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

Jeff Roberson jeff at FreeBSD.org
Sun Mar 13 03:57:40 PST 2005


jeff        2005-03-13 11:57:39 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_inode.c 
  Log:
   - Don't drop the lock in ufs_inactive().
   - Also in ufs_inactive, don't acquire the vnode interlock where it isn't
     strictly needed.  Also owning the vnode interlock while calling vprint()
     will cause locking assertions to trip.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.59      +0 -4      src/sys/ufs/ufs/ufs_inode.c


More information about the cvs-src mailing list