svn commit: r243176 - head/sys/vm

Alan Cox alc at FreeBSD.org
Sat Nov 17 04:00:20 UTC 2012


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


More information about the svn-src-head mailing list