From owner-cvs-all@FreeBSD.ORG Mon Feb 28 01:29:47 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2515416A4CF; Mon, 28 Feb 2005 01:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E9343D2D; Mon, 28 Feb 2005 01:29:46 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1S1Tkj5066558; Mon, 28 Feb 2005 01:29:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1S1Tk30066557; Mon, 28 Feb 2005 01:29:46 GMT (envelope-from alc) Message-Id: <200502280129.j1S1Tk30066557@repoman.freebsd.org> From: Alan Cox Date: Mon, 28 Feb 2005 01:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 01:29:47 -0000 alc 2005-02-28 01:29:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_pageout.c Log: MFC revision 1.267 Revise the part of vm_pageout_scan() that moves pages from the cache queue to the free queue. With this change, if a page from the cache queue belongs to a locked object, it is simply skipped over rather than moved to the inactive queue. Revision Changes Path 1.261.2.4 +31 -12 src/sys/vm/vm_pageout.c