freebsd-dev/sys/ufs
Jeff Roberson 8db357205c - Remove the call to softdep_waitidle after suspending the filesystem.
This does not do what I wanted as all dirty buffers must be flushed
   by the call to ffs_sync and any remaining dependency work would mean
   that this failed.

Pointed out by: tegge
2006-03-12 05:26:12 +00:00
..
ffs - Remove the call to softdep_waitidle after suspending the filesystem. 2006-03-12 05:26:12 +00:00
ufs Block secondary writes while expunging active unlinked files. 2006-03-11 01:08:37 +00:00