From owner-cvs-all Thu Feb 4 09:47:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22904 for cvs-all-outgoing; Thu, 4 Feb 1999 09:47:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22898; Thu, 4 Feb 1999 09:47:54 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA90853; Thu, 4 Feb 1999 09:47:53 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Thu, 4 Feb 1999 09:47:53 -0800 (PST) Message-Id: <199902041747.JAA90853@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/04 09:47:53 PST Modified files: sys/vm vm_object.c Log: Fix bug in a KASSERT I introduced in vm_page_qcollapse() rev 1.139. Since paging is in progress, page scan in vm_page_qcollapse() must be protected at atleast splbio() to prevent pages from being ripped out from under the scan. Revision Changes Path 1.144 +40 -17 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message