On the silliness of close() giving EDQUOT

Robert Thurlow thurlow at convex.com
Sun Oct 21 11:23:52 AEST 1990


In <BZS.90Oct20172142 at world.std.com> bzs at world.std.com (Barry Shein) writes:
>I assume by NFS you mean the NFS from Sun. Writes are always
>synchronous in NFS or must appear to be (or are non-compliant and
>you're on your own.) So fsync() for writes is a no-op and irrelevant
>in that case.

This is exactly wrong;  Sun ships a biod(8) daemon to support read-ahead
and write-behind async I/O over NFS, and fsync() is certainly needed.

#include <osi/std/disclaimer>
Rob T
--
Rob Thurlow, thurlow at convex.com or thurlow%convex.com at uxc.cso.uiuc.edu
----------------------------------------------------------------------
"This opinion was the only one available; I got here kind of late."



More information about the Comp.unix.internals mailing list