From owner-cvs-all Tue Feb 19 15:19:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1015C37B416; Tue, 19 Feb 2002 15:19:31 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1JNJVF31656; Tue, 19 Feb 2002 15:19:31 -0800 (PST) (envelope-from tegge) Message-Id: <200202192319.g1JNJVF31656@freefall.freebsd.org> From: Tor Egge Date: Tue, 19 Feb 2002 15:19:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c vm_page.h vm_pageq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2002/02/19 15:19:31 PST Modified files: sys/vm vm_page.c vm_page.h vm_pageq.c Log: Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero hold count that would otherwise be on one of the free queues. This eliminates a panic when broken programs unmap memory that still has pending IO from raw devices. Reviewed by: dillon, alc Revision Changes Path 1.178 +8 -3 src/sys/vm/vm_page.c 1.94 +3 -2 src/sys/vm/vm_page.h 1.2 +1 -0 src/sys/vm/vm_pageq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message