In r343857 the referred comment moved to uma_vm_zone_stats().

This commit is contained in:
Gleb Smirnoff 2019-05-29 22:33:37 +00:00
parent 668d6dbb4c
commit 4a9f6ba75b

View File

@ -3396,7 +3396,7 @@ uma_zone_get_cur(uma_zone_t zone)
counter_u64_fetch(zone->uz_frees); counter_u64_fetch(zone->uz_frees);
CPU_FOREACH(i) { 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 * safety of accessing the per-cpu caches. With the zone lock
* held, it is safe, but can potentially result in stale data. * held, it is safe, but can potentially result in stale data.
*/ */