[PATCH] slab: remove SLAB_NOFS
SLAB_NOFS is an alias of GFP_NOFS. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
55acbda096
commit
e6b4f8da3a
@@ -445,7 +445,7 @@ static struct inode *ext3_alloc_inode(struct super_block *sb)
|
||||
{
|
||||
struct ext3_inode_info *ei;
|
||||
|
||||
ei = kmem_cache_alloc(ext3_inode_cachep, SLAB_NOFS);
|
||||
ei = kmem_cache_alloc(ext3_inode_cachep, GFP_NOFS);
|
||||
if (!ei)
|
||||
return NULL;
|
||||
#ifdef CONFIG_EXT3_FS_POSIX_ACL
|
||||
|
Reference in New Issue
Block a user