From owner-cvs-sys Thu Sep 12 20:16:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA05304 for cvs-sys-outgoing; Thu, 12 Sep 1996 20:16:09 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA05202; Thu, 12 Sep 1996 20:15:54 -0700 (PDT) Date: Thu, 12 Sep 1996 20:15:54 -0700 (PDT) From: John Dyson Message-Id: <199609130315.UAA05202@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/09/12 20:15:52 Modified: sys/kern vfs_bio.c Log: A modification that allows the driver strategy to modify the B_ASYNC flag broke things pretty bad (freeing buffer already on queue or other wierd buffer queue errors.) The broken code is left in commented out, but this makes the problem go away for now. Revision Changes Path 1.99 +3 -2 src/sys/kern/vfs_bio.c