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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to