]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove the call to softdep_waitidle after suspending the filesystem.
authorJeff Roberson <jeff@FreeBSD.org>
Sun, 12 Mar 2006 05:24:14 +0000 (05:24 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Sun, 12 Mar 2006 05:24:14 +0000 (05:24 +0000)
commit2eedeb7e60433fa60df0d0edea55b659455b7b89
treec76ebb724e516e065d3e26c01e567da97345abc2
parente64df05c3362e56aeec855541c286197e5c3f233
 - 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
sys/ufs/ffs/ffs_softdep.c