svn commit: r254911 - head/sys/vm

Gleb Smirnoff glebius at FreeBSD.org
Mon Aug 26 14:14:25 UTC 2013


Author: glebius
Date: Mon Aug 26 14:14:25 2013
New Revision: 254911
URL: http://svnweb.freebsd.org/changeset/base/254911

Log:
  Remove comment that is no longer relevant since r254182.

Modified:
  head/sys/vm/vm_page.c

Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c	Mon Aug 26 13:17:37 2013	(r254910)
+++ head/sys/vm/vm_page.c	Mon Aug 26 14:14:25 2013	(r254911)
@@ -1753,10 +1753,6 @@ retry:
 			if (drop != NULL) {
 				/*
 				 * Enqueue the vnode for deferred vdrop().
-				 *
-				 * Once the pages are removed from the free
-				 * page list, "pageq" can be safely abused to
-				 * construct a short-lived list of vnodes.
 				 */
 				m->plinks.s.pv = drop;
 				SLIST_INSERT_HEAD(&deferred_vdrop_list, m,


More information about the svn-src-head mailing list