cvs commit: src/sys/kern vfs_subr.c

Jeff Roberson jeff at FreeBSD.org
Tue May 3 03:56:06 PDT 2005


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


More information about the cvs-all mailing list