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

Suleiman Souhlal suleiman at google.com
Wed Mar 14 15:08:14 PDT 2012


On Wed, Mar 14, 2012 at 4:48 AM, Glauber Costa <glommer at parallels.com> 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




More information about the Devel mailing list