From owner-cvs-all Sun Jan 24 02:12:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09688 for cvs-all-outgoing; Sun, 24 Jan 1999 02:12:40 -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 CAA09683; Sun, 24 Jan 1999 02:12:39 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11729; Sun, 24 Jan 1999 02:12:41 -0800 (PST) Date: Sun, 24 Jan 1999 02:12:41 -0800 (PST) Message-Id: <199901241012.CAA11729@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/24 02:12:40 PST Modified files: (Branch: RELENG_3) sys/vm vm_pageout.c Log: Backport from -4.x. PQ_CACHE pages can be busy, we have to deal with it when trying to free cache pages. This patch will probably be permanent in -3.x. ( PQ_CACHE operation will eventually be cleaned up in -4.x ). Revision Changes Path 1.129.2.2 +8 -1 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message