diff options
| -rw-r--r-- | fs/efs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c index 7fca462ea4e3..c8411a30f7da 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c | |||
| @@ -67,7 +67,7 @@ static struct kmem_cache * efs_inode_cachep; | |||
| 67 | static struct inode *efs_alloc_inode(struct super_block *sb) | 67 | static struct inode *efs_alloc_inode(struct super_block *sb) |
| 68 | { | 68 | { |
| 69 | struct efs_inode_info *ei; | 69 | struct efs_inode_info *ei; |
| 70 | ei = (struct efs_inode_info *)kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL); | 70 | ei = kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL); |
| 71 | if (!ei) | 71 | if (!ei) |
| 72 | return NULL; | 72 | return NULL; |
| 73 | return &ei->vfs_inode; | 73 | return &ei->vfs_inode; |
