In r343857 the referred comment moved to uma_vm_zone_stats().

This commit is contained in:
glebius 2019-05-29 22:33:37 +00:00
parent 63b2a149da
commit 2a2dcfb986

View File

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