Date: Sat, 17 Nov 2012 04:00:20 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243176 - head/sys/vm Message-ID: <201211170400.qAH40Kjp022147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <machine/atomic.h> /* - * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211170400.qAH40Kjp022147>