From owner-cvs-all Thu Nov 2 13:42:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A83AB37B4D7; Thu, 2 Nov 2000 13:42:54 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66371; Thu, 2 Nov 2000 13:42:54 -0800 (PST) (envelope-from tegge@FreeBSD.org) Message-Id: <200011022142.NAA66371@freefall.freebsd.org> From: Tor Egge Date: Thu, 2 Nov 2000 13:42:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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