cvs commit: src/sys/kern vfs_subr.c

Jeff Roberson jeff at FreeBSD.org
Wed Feb 22 21:15:39 PST 2006


jeff        2006-02-23 05:15:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Release the mount ref once the vnode has been recycled rather than once
     the last reference is dropped.  I forgot that vnodes can stick around
     for a very long time until processes discover that they are dead.  This
     means that a vnode reference is not sufficient to keep the mount
     referenced and even more code will be required to ref mount points.
  
  Discovered by:  kris
  
  Revision  Changes    Path
  1.660     +2 -3      src/sys/kern/vfs_subr.c


More information about the cvs-all mailing list