Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 05:03:58 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r303358 - user/alc/PQ_LAUNDRY/sys/vm
Message-ID:  <201607270503.u6R53wxE040361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Wed Jul 27 05:03:58 2016
New Revision: 303358
URL: https://svnweb.freebsd.org/changeset/base/303358

Log:
  Update a comment.

Modified:
  user/alc/PQ_LAUNDRY/sys/vm/vm_pageout.c

Modified: user/alc/PQ_LAUNDRY/sys/vm/vm_pageout.c
==============================================================================
--- user/alc/PQ_LAUNDRY/sys/vm/vm_pageout.c	Wed Jul 27 04:00:22 2016	(r303357)
+++ user/alc/PQ_LAUNDRY/sys/vm/vm_pageout.c	Wed Jul 27 05:03:58 2016	(r303358)
@@ -1012,10 +1012,9 @@ vm_pageout_launder(struct vm_domain *vmd
 		/*
 		 * If the page appears to be clean at the machine-independent
 		 * layer, then remove all of its mappings from the pmap in
-		 * anticipation of placing it onto the cache queue.  If,
-		 * however, any of the page's mappings allow write access,
-		 * then the page may still be modified until the last of those
-		 * mappings are removed.
+		 * anticipation of freeing it.  If, however, any of the page's
+		 * mappings allow write access, then the page may still be
+		 * modified until the last of those mappings are removed.
 		 */
 		if (object->ref_count != 0) {
 			vm_page_test_dirty(m);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607270503.u6R53wxE040361>