Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2005 10:56:01 +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:  <200505031056.j43Au1WV032595@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-05-03 10:56:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - A vnode may have made its way onto the free list while it was being
     vgone'd.  We must remove it from the freelist before returning in
     vtryrecycle() or we may get a duplicate free.
  
  Reported by:    kkenn
  
  Revision  Changes    Path
  1.623     +2 -0      src/sys/kern/vfs_subr.c



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