[PATCH] slab: remove SLAB_KERNEL
[linux-2.6-block.git] / fs / afs / super.c
index 67d1f5c819eccc08936e9c11ad0b0bef58c7118f..c6ead009bf784ec5bf46d395bb10ae7f610d1b25 100644 (file)
@@ -412,7 +412,7 @@ static struct inode *afs_alloc_inode(struct super_block *sb)
        struct afs_vnode *vnode;
 
        vnode = (struct afs_vnode *)
-               kmem_cache_alloc(afs_inode_cachep, SLAB_KERNEL);
+               kmem_cache_alloc(afs_inode_cachep, GFP_KERNEL);
        if (!vnode)
                return NULL;