mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()
[deliverable/linux.git] / mm / memcontrol.c
index 11cbfde4dc6d23fe6d8aa2b1e9c0396feabee64e..c6ac50e7d1c281e9e83d90586948e046cd6aa49f 100644 (file)
@@ -2804,8 +2804,7 @@ void __memcg_uncharge_slab(struct kmem_cache *cachep, int order)
  * Can't be called in interrupt context or from kernel threads.
  * This function needs to be called with rcu_read_lock() held.
  */
-struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
-                                         gfp_t gfp)
+struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep)
 {
        struct mem_cgroup *memcg;
        struct kmem_cache *memcg_cachep;
This page took 0.02627 seconds and 5 git commands to generate.