]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sunrpc/rpc_pipe.c
[PATCH] slab: remove SLAB_KERNEL
[net-next-2.6.git] / net / sunrpc / rpc_pipe.c
index 49dba5febbbdc84559267edda5a6f9ac73830043..df753d0a884b7db98b58a47dfa0892a0dcaea4d0 100644 (file)
@@ -143,7 +143,7 @@ static struct inode *
 rpc_alloc_inode(struct super_block *sb)
 {
        struct rpc_inode *rpci;
-       rpci = (struct rpc_inode *)kmem_cache_alloc(rpc_inode_cachep, SLAB_KERNEL);
+       rpci = (struct rpc_inode *)kmem_cache_alloc(rpc_inode_cachep, GFP_KERNEL);
        if (!rpci)
                return NULL;
        return &rpci->vfs_inode;