Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 11:43:42 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r327545 - stable/11/sys/vm
Message-ID:  <201801041143.w04Bhgab038070@repo.freebsd.org>

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



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