cvs commit: src/sys/ufs/ffs ffs_snapshot.c

Jeff Roberson jeff at FreeBSD.org
Sun Mar 12 09:15:41 UTC 2006


jeff        2006-03-12 05:26:13 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_snapshot.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.115     +0 -7      src/sys/ufs/ffs/ffs_snapshot.c


More information about the cvs-src mailing list