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

Jeff Roberson jeff at FreeBSD.org
Sun Apr 3 03:38:19 PDT 2005


jeff        2005-04-03 10:38:18 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode
     because it may change identities while we're sleeping on the lock.
     Otherwise we may bail out of ffs_sync() early due to an error from
     deadfs.
   - Collapse a VOP_UNLOCK, vrele into a single vput().
  
  Revision  Changes    Path
  1.289     +3 -4      src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-all mailing list