From owner-cvs-all Mon Jun 28 8:32:19 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 07C5615143; Mon, 28 Jun 1999 08:32:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA14485; Mon, 28 Jun 1999 08:32:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199906281532.IAA14485@freefall.freebsd.org> From: Peter Wemm Date: Mon, 28 Jun 1999 08:32:16 -0700 (PDT) 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 peter 1999/06/28 08:32:16 PDT Modified files: sys/kern vfs_bio.c Log: Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC() was being called on the wrong bp - it should be called on the one that's just about to be fed to VOP_STRATEGY(). Revision Changes Path 1.218 +2 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message