cvs commit: src/sys/ufs/ffs ffs_softdep.c
Jeff Roberson
jeff at FreeBSD.org
Sun Mar 12 09:12:48 UTC 2006
jeff 2006-03-12 05:24:15 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_softdep.c
Log:
- 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
Revision Changes Path
1.192 +3 -0 src/sys/ufs/ffs/ffs_softdep.c
More information about the cvs-src
mailing list