svn commit: r327545 - stable/11/sys/vm

Konstantin Belousov kib at FreeBSD.org
Thu Jan 4 11:43:43 UTC 2018


Author: kib
Date: Thu Jan  4 11:43:42 2018
New Revision: 327545
URL: https://svnweb.freebsd.org/changeset/base/327545

Log:
  MFC r327319:
  Clean up the comment.

Modified:
  stable/11/sys/vm/vm_swapout.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/vm/vm_swapout.c
==============================================================================
--- stable/11/sys/vm/vm_swapout.c	Thu Jan  4 11:40:22 2018	(r327544)
+++ stable/11/sys/vm/vm_swapout.c	Thu Jan  4 11:43:42 2018	(r327545)
@@ -713,8 +713,7 @@ loop:
 	}
 
 	/*
-	 * We would like to bring someone in. (only if there is space).
-	 * [What checks the space? ]
+	 * We would like to bring someone in.
 	 */
 	faultin(p);
 	PROC_UNLOCK(p);


More information about the svn-src-all mailing list