freebsd-nq/sys/contrib
Kirk McKusick 3f5b28bc07 Reorganize softdep_fsync so that it only does the inode-is-flushed
check before the inode is unlocked while grabbing its parent directory.
Once it is unlocked, other operations may slip in that could make
the inode-is-flushed check fail. Allowing other writes to the inode
before returning from fsync does not break the semantics of fsync
since we have flushed everything that was dirty at the time of the
fsync call.
2000-01-09 23:14:57 +00:00
..
dev Garbage collect oltr_pci_shutdown 1999-12-21 08:21:36 +00:00
softupdates Reorganize softdep_fsync so that it only does the inode-is-flushed 2000-01-09 23:14:57 +00:00