freebsd-dev/sys/ufs
Tor Egge 43e07fffb6 ffs_syncvnode() might skip some of the blocks due to them being locked,
assuming them to be inflight write buffers.  This is not always the case.
bufdaemon might hold the buffer lock and give up writing the buffer due to it
having dependencies, the file system being suspended or the vnode lock being
held by another thread.  When bufdaemon decides to write the buffer there is
still a window before bufobj_wref() has been called, allowing other threads to
believe that the vnode has no dirty buffers or inflight writes.

Try harder to flush first block of new subdirectory to get rid of MKDIR_BODY
dependency.
2006-05-06 20:51:31 +00:00
..
ffs ffs_syncvnode() might skip some of the blocks due to them being locked, 2006-05-06 20:51:31 +00:00
ufs Turn off disk quotas for snapshot files. 2006-05-05 20:10:04 +00:00