]> err.no Git - linux-2.6/blobdiff - fs/fcntl.c
[PATCH] slab: remove SLAB_KERNEL
[linux-2.6] / fs / fcntl.c
index e4f26165f12a22567526a74d2f463aa6d6798547..c03dc9cb21cb1582762e1fa29119ca6ecf2afbea 100644 (file)
@@ -567,7 +567,7 @@ int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fap
        int result = 0;
 
        if (on) {
-               new = kmem_cache_alloc(fasync_cache, SLAB_KERNEL);
+               new = kmem_cache_alloc(fasync_cache, GFP_KERNEL);
                if (!new)
                        return -ENOMEM;
        }