From owner-cvs-all Fri Feb 19 9:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84A351181A; Fri, 19 Feb 1999 09:37:04 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA53888; Fri, 19 Feb 1999 09:37:04 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199902191737.JAA53888@freefall.freebsd.org> From: Matt Dillon Date: Fri, 19 Feb 1999 09:37:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/19 09:37:01 PST Modified files: sys/kern vfs_subr.c Log: Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio(). Get rid of extra LIST_REMOVE() Reviewed by: hsu@FreeBSD.ORG (Jeffrey Hsu), mckusick@McKusick.COM Submitted by: hsu@FreeBSD.ORG (Jeffrey Hsu), dillon@backplane.com ( Matthew Dillon ) Revision Changes Path 1.187 +17 -9 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message