From owner-cvs-all Mon Jan 17 18:13:32 2000 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 A755C14BD7; Mon, 17 Jan 2000 18:13:29 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53246; Mon, 17 Jan 2000 18:13:29 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <200001180213.SAA53246@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 17 Jan 2000 18:13:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 2000/01/17 18:13:28 PST Modified files: sys/kern vfs_bio.c Log: Need to reset the buffer pointer to avoid reconsidering the same buffer again (without this the rollback analysis was being lost). Should reduce the write count for most workloads. Submitted by: Craig A Soules Revision Changes Path 1.242 +2 -1 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message