svn commit: r348373 - head/sys/vm

Gleb Smirnoff glebius at FreeBSD.org
Wed May 29 22:33:38 UTC 2019


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.
 		 */


More information about the svn-src-head mailing list