Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2017 23:50:22 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327319 - head/sys/vm
Message-ID:  <201712282350.vBSNoMQ3083718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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