Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2000 13:42:54 -0800 (PST)
From:      Tor Egge <tegge@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200011022142.NAA66371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2000/11/02 13:42:54 PST

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Clear the VFREE flag when the vnode is removed from the free list in
  getnewvnode().  Otherwise routines called from VOP_INACTIVE() might
  attempt to remove the vnode from a free list the vnode isn't on,
  causing corruption.
  PR:		18012
  
  Revision  Changes    Path
  1.290     +2 -1      src/sys/kern/vfs_subr.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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