]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/smbfs/inode.c
[PATCH] slab: remove SLAB_KERNEL
[net-next-2.6.git] / fs / smbfs / inode.c
index 2c122ee83adbdd3d693c2c8a4fb671aeca4b85f3..221617103484a477f2e72aaad3083ed2d99d173a 100644 (file)
@@ -55,7 +55,7 @@ static kmem_cache_t *smb_inode_cachep;
 static struct inode *smb_alloc_inode(struct super_block *sb)
 {
        struct smb_inode_info *ei;
-       ei = (struct smb_inode_info *)kmem_cache_alloc(smb_inode_cachep, SLAB_KERNEL);
+       ei = (struct smb_inode_info *)kmem_cache_alloc(smb_inode_cachep, GFP_KERNEL);
        if (!ei)
                return NULL;
        return &ei->vfs_inode;