diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3982,7 +3982,7 @@ static int do_tune_cpucache(struct kmem_cache *cachep, int limit, | |||
3982 | 3982 | ||
3983 | VM_BUG_ON(!mutex_is_locked(&slab_mutex)); | 3983 | VM_BUG_ON(!mutex_is_locked(&slab_mutex)); |
3984 | for_each_memcg_cache_index(i) { | 3984 | for_each_memcg_cache_index(i) { |
3985 | c = cache_from_memcg(cachep, i); | 3985 | c = cache_from_memcg_idx(cachep, i); |
3986 | if (c) | 3986 | if (c) |
3987 | /* return value determined by the parent cache only */ | 3987 | /* return value determined by the parent cache only */ |
3988 | __do_tune_cpucache(c, limit, batchcount, shared, gfp); | 3988 | __do_tune_cpucache(c, limit, batchcount, shared, gfp); |