svn commit: r327319 - head/sys/vm

Konstantin Belousov kib at FreeBSD.org
Thu Dec 28 23:50:23 UTC 2017


Author: kib
Date: Thu Dec 28 23:50:21 2017
New Revision: 327319
URL: https://svnweb.freebsd.org/changeset/base/327319

Log:
  Clean up the comment.
  
  Reviewed by:	alc, markj
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week
  Differential revision:	https://reviews.freebsd.org/D13671

Modified:
  head/sys/vm/vm_swapout.c

Modified: head/sys/vm/vm_swapout.c
==============================================================================
--- head/sys/vm/vm_swapout.c	Thu Dec 28 23:49:53 2017	(r327318)
+++ head/sys/vm/vm_swapout.c	Thu Dec 28 23:50:21 2017	(r327319)
@@ -715,8 +715,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