From owner-cvs-sys Thu Sep 19 19:27:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA07539 for cvs-sys-outgoing; Thu, 19 Sep 1996 19:27:02 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA07350; Thu, 19 Sep 1996 19:26:39 -0700 (PDT) Date: Thu, 19 Sep 1996 19:26:39 -0700 (PDT) From: John Dyson Message-Id: <199609200226.TAA07350@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/19 19:26:38 Modified: sys/kern vfs_bio.c Log: Fix an spl window, a page manipulation at interrupt time that was incorrect, and correct the support for B_ORDERED. The spl window fix was from Peter Wemm, and his questions led me to find the problem with the interrupt time page manipulation. Revision Changes Path 1.102 +84 -28 src/sys/kern/vfs_bio.c