cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h

Jeff Roberson jeff at FreeBSD.org
Mon Mar 14 01:25:20 PST 2005


jeff        2005-03-14 09:25:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              vnode.h 
  Log:
   - Increment the holdcnt once for each usecount reference.  This allows us
     to use only the holdcnt to determine whether a vnode may be recycled,
     simplifying the V* macros as well as vtryrecycle(), etc.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.594     +4 -3      src/sys/kern/vfs_subr.c
  1.288     +5 -9      src/sys/sys/vnode.h


More information about the cvs-src mailing list