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

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 07:27:50 PDT 2003


jeff        2003/10/04 07:27:49 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - Increase the scope of the interlock in ffs_reload().  Acquire it before
     we release the mntvnode_mtx.
   - Call vgonel() directly instead of going through vrecycle() since we own
     the interlock now.
   - Remove a few cases where we locked the interlock just so that we could
     call VOP_UNLOCK with interlock held.
  
  Revision  Changes    Path
  1.217     +6 -9      src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list