From owner-cvs-all Tue Jan 23 22:19:39 2001 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 3E51237B6A1; Tue, 23 Jan 2001 22:19:11 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6JBA69832; Tue, 23 Jan 2001 22:19:11 -0800 (PST) (envelope-from dillon) Message-Id: <200101240619.f0O6JBA69832@freefall.freebsd.org> From: Matt Dillon Date: Tue, 23 Jan 2001 22:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/01/23 22:19:09 PST Modified files: (Branch: RELENG_4) sys/kern vfs_cluster.c Log: MFC 1.103. Do not cluster with B_LOCKED buffers. This appears to fix a background write panic bug though I can't figure out how. Since it's a very good idea anyway (and seems to fix a bug), I'm MFCing it. Revision Changes Path 1.92.2.4 +22 -6 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message