mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Remove on_each_cpu() wrapper
The on_each_cpu() function has been available since Linux 2.6.27. There is no longer a need to maintain this compatibility code. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -1391,7 +1391,7 @@ spl_cache_age(void *data)
|
||||
atomic_inc(&skc->skc_ref);
|
||||
|
||||
if (!(skc->skc_flags & KMC_NOMAGAZINE))
|
||||
spl_on_each_cpu(spl_magazine_age, skc, 1);
|
||||
on_each_cpu(spl_magazine_age, skc, 1);
|
||||
|
||||
spl_slab_reclaim(skc, skc->skc_reap, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user