diff options
| author | Qiang Huang <h.huangqiang@huawei.com> | 2013-11-12 15:08:23 -0800 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-28 15:12:54 +0200 |
| commit | d9f69779bdd79a585b27540316e35f29476a7127 (patch) | |
| tree | 2cfe311150b0f5a216ce7849dfb39c317140950f /mm/slab_common.c | |
| parent | d001213cee021c65878a2e0e6a3b26d4433d60d6 (diff) | |
memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx
We can't see the relationship with memcg from the parameters,
so the name with memcg_idx would be more reasonable.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Glauber Costa <glommer@parallels.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: W4TCH0UT <ateekujjawal@gmail.com>
Diffstat (limited to 'mm/slab_common.c')
| -rw-r--r-- | mm/slab_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab_common.c b/mm/slab_common.c index 7d21d3fdd..8050acd16 100644 --- a/mm/slab_common.c +++ b/mm/slab_common.c @@ -554,7 +554,7 @@ memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) return; for_each_memcg_cache_index(i) { - c = cache_from_memcg(s, i); + c = cache_from_memcg_idx(s, i); if (!c) continue; |
