Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 05:15:38 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200602230515.k1N5FcWq023410@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602230515.k1N5FcWq023410>