Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 22:33:37 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348373 - head/sys/vm
Message-ID:  <201905292233.x4TMXbPT097820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed May 29 22:33:37 2019
New Revision: 348373
URL: https://svnweb.freebsd.org/changeset/base/348373

Log:
  In r343857 the referred comment moved to uma_vm_zone_stats().

Modified:
  head/sys/vm/uma_core.c

Modified: head/sys/vm/uma_core.c
==============================================================================
--- head/sys/vm/uma_core.c	Wed May 29 22:24:10 2019	(r348372)
+++ head/sys/vm/uma_core.c	Wed May 29 22:33:37 2019	(r348373)
@@ -3396,7 +3396,7 @@ uma_zone_get_cur(uma_zone_t zone)
 	    counter_u64_fetch(zone->uz_frees);
 	CPU_FOREACH(i) {
 		/*
-		 * See the comment in sysctl_vm_zone_stats() regarding the
+		 * See the comment in uma_vm_zone_stats() regarding the
 		 * safety of accessing the per-cpu caches. With the zone lock
 		 * held, it is safe, but can potentially result in stale data.
 		 */



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