From owner-cvs-src@FreeBSD.ORG Sat Aug 9 11:23:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB2D37B401 for ; Sat, 9 Aug 2003 11:23:02 -0700 (PDT) Received: from mail26d.sbc-webhosting.com (mail26d.sbc-webhosting.com [216.173.237.167]) by mx1.FreeBSD.org (Postfix) with SMTP id 34CB543FD7 for ; Sat, 9 Aug 2003 11:23:00 -0700 (PDT) (envelope-from alc@imimic.com) Received: from www.imimic.com (64.143.12.21)3-0448203363; Sat, 9 Aug 2003 14:22:44 -0400 (EDT) Sender: alc@FreeBSD.ORG Message-ID: <3F353BF5.2C4A5F3B@imimic.com> Date: Sat, 09 Aug 2003 13:22:45 -0500 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: David Schultz References: <200308091801.h79I1JHC036853@repoman.freebsd.org> <20030809181926.GA24480@HAL9000.homeunix.com> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 cc: Alan Cox cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 18:23:03 -0000 David Schultz wrote: > > On Sat, Aug 09, 2003, Alan Cox wrote: > > A solution is to use vm_page_hold() in place of vm_page_wire(). Held > > pages can be freed. They are moved to a special hold queue until the > ^^^^^^^^^^^^ > > hold is released. > > Please correct me if I'm wrong, but I think you mean ``cannot be freed''. Nope. It is correct as written. Take a look at vm_page_free_toq() and vm_page_unhold(). Regards, Alan