From owner-svn-src-head@FreeBSD.ORG Sat Nov 17 04:00:20 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54FCDFBE; Sat, 17 Nov 2012 04:00:20 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 392C78FC14; Sat, 17 Nov 2012 04:00:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAH40KiN022148; Sat, 17 Nov 2012 04:00:20 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAH40Kjp022147; Sat, 17 Nov 2012 04:00:20 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <201211170400.qAH40Kjp022147@svn.freebsd.org> From: Alan Cox Date: Sat, 17 Nov 2012 04:00:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243176 - head/sys/vm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 04:00:20 -0000 Author: alc Date: Sat Nov 17 04:00:19 2012 New Revision: 243176 URL: http://svnweb.freebsd.org/changeset/base/243176 Log: Update a comment to reflect the elimination of the hold queue in r242300. Modified: head/sys/vm/vm_page.h Modified: head/sys/vm/vm_page.h ============================================================================== --- head/sys/vm/vm_page.h Sat Nov 17 02:55:47 2012 (r243175) +++ head/sys/vm/vm_page.h Sat Nov 17 04:00:19 2012 (r243176) @@ -288,7 +288,7 @@ extern struct mtx_padalign pa_lock[]; #include /* - * Each pageable resident page falls into one of five lists: + * Each pageable resident page falls into one of four lists: * * free * Available for allocation now. @@ -297,10 +297,6 @@ extern struct mtx_padalign pa_lock[]; * Almost available for allocation. Still associated with * an object, but clean and immediately freeable. * - * hold - * Will become free after a pending I/O operation - * completes. - * * The following lists are LRU sorted: * * inactive