NetBSD/sys/ufs
perseant f0728fdce1 Change the sementics of the last parameter from a boolean ("waitfor") to
a set of flags ("flags").  Two flags are defined, UPDATE_WAIT and
UPDATE_DIROP.

Under the old semantics, VOP_UPDATE would block if waitfor were set,
under the assumption that directory operations should be done
synchronously.  At least LFS and FFS+softdep do not make this
assumption; FFS+softdep got around the problem by enclosing all relevant
calls to VOP_UPDATE in a "if(!DOINGSOFTDEP(vp))", while LFS simply
ignored waitfor, one of the reasons why NFS-serving an LFS filesystem
did not work properly.

Under the new semantics, the UPDATE_DIROP flag is a hint to the
fs-specific update routine that the call comes from a dirop routine, and
should be wait for, or not, accordingly.

Closes PR#8996.
2000-05-13 23:43:06 +00:00
..
ext2fs Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
ffs Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
lfs Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
mfs Remove register declarations. 2000-03-30 12:41:09 +00:00
ufs Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
Makefile