[PATCH] slab: remove SLAB_KERNEL
[linux-2.6-block.git] / arch / powerpc / platforms / cell / spufs / inode.c
index c7d010749a181b14688a8f121c5deb5883d03b19..7edfcc9d2853e32a857f1e6cfb9d21747dbb729d 100644 (file)
@@ -48,7 +48,7 @@ spufs_alloc_inode(struct super_block *sb)
 {
        struct spufs_inode_info *ei;
 
-       ei = kmem_cache_alloc(spufs_inode_cache, SLAB_KERNEL);
+       ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL);
        if (!ei)
                return NULL;