cvs commit: src/sys/ufs/ufs ufs_quota.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 07:02:33 PDT 2003


jeff        2003/10/04 07:02:32 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_quota.c 
  Log:
   - Properly acquire the vnode interlock before releasing the
     mntvnode_mtx.
   - Use a local variable to store the results of the test to see if the
     next vnode on the mount list has changed.  This is so that we no longer
     acess the vnode after we vput() it.
  
  Revision  Changes    Path
  1.67      +23 -11    src/sys/ufs/ufs/ufs_quota.c


More information about the cvs-all mailing list