]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/inode.c
[PATCH] slab: remove SLAB_KERNEL
[mirror_ubuntu-artful-kernel.git] / fs / inode.c
index 26cdb115ce67d5361222d39cf5e94039db654eec..dd15984d51a8a0ac6d3c415ec16ba8d3a5f42327 100644 (file)
@@ -109,7 +109,7 @@ static struct inode *alloc_inode(struct super_block *sb)
        if (sb->s_op->alloc_inode)
                inode = sb->s_op->alloc_inode(sb);
        else
-               inode = (struct inode *) kmem_cache_alloc(inode_cachep, SLAB_KERNEL);
+               inode = (struct inode *) kmem_cache_alloc(inode_cachep, GFP_KERNEL);
 
        if (inode) {
                struct address_space * const mapping = &inode->i_data;