Date: Mon, 22 Oct 2018 17:17:30 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339602 - head/sys/vm Message-ID: <201810221717.w9MHHUaa096497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810221717.w9MHHUaa096497>