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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to