[PATCH] slab: remove SLAB_KERNEL
[deliverable/linux.git] / fs / dnotify.c
index 2b0442db67e05cb7b0a275dafd0f7c762d86e050..e778b1737b79fe831b869fc7d49a2333ba82e91a 100644 (file)
@@ -77,7 +77,7 @@ int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg)
        inode = filp->f_dentry->d_inode;
        if (!S_ISDIR(inode->i_mode))
                return -ENOTDIR;
-       dn = kmem_cache_alloc(dn_cache, SLAB_KERNEL);
+       dn = kmem_cache_alloc(dn_cache, GFP_KERNEL);
        if (dn == NULL)
                return -ENOMEM;
        spin_lock(&inode->i_lock);
This page took 0.125247 seconds and 5 git commands to generate.