diff options
Diffstat (limited to 'fs/hpfs')
-rw-r--r-- | fs/hpfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index 450b5e0b4785..46ceadd6f16a 100644 --- a/fs/hpfs/super.c +++ b/fs/hpfs/super.c | |||
@@ -165,7 +165,7 @@ static kmem_cache_t * hpfs_inode_cachep; | |||
165 | static struct inode *hpfs_alloc_inode(struct super_block *sb) | 165 | static struct inode *hpfs_alloc_inode(struct super_block *sb) |
166 | { | 166 | { |
167 | struct hpfs_inode_info *ei; | 167 | struct hpfs_inode_info *ei; |
168 | ei = (struct hpfs_inode_info *)kmem_cache_alloc(hpfs_inode_cachep, SLAB_NOFS); | 168 | ei = (struct hpfs_inode_info *)kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS); |
169 | if (!ei) | 169 | if (!ei) |
170 | return NULL; | 170 | return NULL; |
171 | ei->vfs_inode.i_version = 1; | 171 | ei->vfs_inode.i_version = 1; |