]> Git Repo - linux.git/blobdiff - fs/efs/super.c
Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / fs / efs / super.c
index 7fca462ea4e34165c7c89842ee795b7aeb3d33ba..c8411a30f7dacd20a3723b7caf4f80da8b48fee4 100644 (file)
@@ -67,7 +67,7 @@ static struct kmem_cache * efs_inode_cachep;
 static struct inode *efs_alloc_inode(struct super_block *sb)
 {
        struct efs_inode_info *ei;
-       ei = (struct efs_inode_info *)kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);
+       ei = kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);
        if (!ei)
                return NULL;
        return &ei->vfs_inode;
This page took 0.031224 seconds and 4 git commands to generate.