From owner-cvs-sys Sat Jun 15 02:58:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA13965 for cvs-sys-outgoing; Sat, 15 Jun 1996 02:58:54 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA13947; Sat, 15 Jun 1996 02:58:45 -0700 (PDT) Date: Sat, 15 Jun 1996 02:58:45 -0700 (PDT) From: David Greenman Message-Id: <199606150958.CAA13947@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/15 02:58:45 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Added splbio() protection to active and inactive page queue manipulations. This is similar to the splvm() protection that was added in the main branch. It protects the queues from page insertions that can happen during buffer rundown of asynchronous I/O read-aheads. Revision Changes Path 1.51.4.5 +15 -3 src/sys/vm/vm_pageout.c