[PATCH] slab: remove SLAB_ATOMIC
[powerpc.git] / net / xfrm / xfrm_input.c
index e8198a2..a898a6a 100644 (file)
@@ -27,7 +27,7 @@ struct sec_path *secpath_dup(struct sec_path *src)
 {
        struct sec_path *sp;
 
-       sp = kmem_cache_alloc(secpath_cachep, SLAB_ATOMIC);
+       sp = kmem_cache_alloc(secpath_cachep, GFP_ATOMIC);
        if (!sp)
                return NULL;