aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 9f34b4946fba..1f374c1df018 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2237,7 +2237,7 @@ kmem_cache_create (const char *name, size_t size, size_t align,
2237 align = ralign; 2237 align = ralign;
2238 2238
2239 /* Get cache's description obj. */ 2239 /* Get cache's description obj. */
2240 cachep = kmem_cache_zalloc(&cache_cache, SLAB_KERNEL); 2240 cachep = kmem_cache_zalloc(&cache_cache, GFP_KERNEL);
2241 if (!cachep) 2241 if (!cachep)
2242 goto oops; 2242 goto oops;
2243 2243