svn commit: r339602 - head/sys/vm

Mark Johnston markj at FreeBSD.org
Mon Oct 22 17:17:31 UTC 2018


Author: markj
Date: Mon Oct 22 17:17:30 2018
New Revision: 339602
URL: https://svnweb.freebsd.org/changeset/base/339602

Log:
  Avoid a redundancy in a comment updated by r339601.
  
  Reported by:	alc
  X-MFC with:	r339601

Modified:
  head/sys/vm/vm_swapout.c

Modified: head/sys/vm/vm_swapout.c
==============================================================================
--- head/sys/vm/vm_swapout.c	Mon Oct 22 17:04:04 2018	(r339601)
+++ head/sys/vm/vm_swapout.c	Mon Oct 22 17:17:30 2018	(r339602)
@@ -742,8 +742,7 @@ swapper_selector(bool wkilled_only)
 /*
  * Limit swapper to swap in one non-WKILLED process in MAXSLP/2
  * interval, assuming that there is:
- * - there exists at least one domain that is not suffering from a shortage of
- *   free memory;
+ * - at least one domain that is not suffering from a shortage of free memory;
  * - no parallel swap-ins;
  * - no other swap-ins in the current SWAPIN_INTERVAL.
  */


More information about the svn-src-all mailing list