[PATCH] slab: remove SLAB_KERNEL
[linux-block.git] / fs / adfs / super.c
index 9ade139086fcebb7c48206a686ac06011edea40c..52eb10ca654e940d2a4338080737894d9be9a5f6 100644 (file)
@@ -217,7 +217,7 @@ static kmem_cache_t *adfs_inode_cachep;
 static struct inode *adfs_alloc_inode(struct super_block *sb)
 {
        struct adfs_inode_info *ei;
-       ei = (struct adfs_inode_info *)kmem_cache_alloc(adfs_inode_cachep, SLAB_KERNEL);
+       ei = (struct adfs_inode_info *)kmem_cache_alloc(adfs_inode_cachep, GFP_KERNEL);
        if (!ei)
                return NULL;
        return &ei->vfs_inode;