diff options
Diffstat (limited to 'include/linux/memcontrol.h')
-rw-r--r-- | include/linux/memcontrol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 5155d09e749d..087a45314181 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
@@ -509,7 +509,6 @@ __memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp); | |||
509 | int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size); | 509 | int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size); |
510 | void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size); | 510 | void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size); |
511 | 511 | ||
512 | void mem_cgroup_destroy_cache(struct kmem_cache *cachep); | ||
513 | int __kmem_cache_destroy_memcg_children(struct kmem_cache *s); | 512 | int __kmem_cache_destroy_memcg_children(struct kmem_cache *s); |
514 | 513 | ||
515 | /** | 514 | /** |