Re: [PATCH v2 06/13] slab: Add kmem_cache_gfp_flags() helper function.

From: Suleiman Souhlal
Date: Wed Mar 14 2012 - 18:14:25 EST


On Wed, Mar 14, 2012 at 4:48 AM, Glauber Costa <glommer@xxxxxxxxxxxxx> wrote:
> So what?
> That function is only called from slab.c anyway. Let slab call it
> mem_cgroup_get_kmem_cache(cachep, flags | cachep->allocflags);
> and slub
> mem_cgroup_get_kmem_cache(cachep, flags | cachep->gfpflags);

Ok, I will do that.
I felt like it was better to do it in a single place, instead of doing
it at all the callers.

-- Suleiman
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/