From owner-cvs-all@FreeBSD.ORG Sat Aug 9 11:19:33 2003 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 BDF9137B401; Sat, 9 Aug 2003 11:19:33 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE1C43FE0; Sat, 9 Aug 2003 11:19:30 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h79IJRjX024596; Sat, 9 Aug 2003 11:19:27 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h79IJR6N024595; Sat, 9 Aug 2003 11:19:27 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 9 Aug 2003 11:19:27 -0700 From: David Schultz To: Alan Cox Message-ID: <20030809181926.GA24480@HAL9000.homeunix.com> Mail-Followup-To: Alan Cox , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200308091801.h79I1JHC036853@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308091801.h79I1JHC036853@repoman.freebsd.org> 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-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: Sat, 09 Aug 2003 18:19:34 -0000 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''.