Date: Mon, 28 Jun 1999 08:32:16 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199906281532.IAA14485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906281532.IAA14485>