The ei pointer does not need to cast the type. Signed-off-by: Li zeming <zeming@xxxxxxxxxxxx> --- fs/ecryptfs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 2dd23a82e0de..3e499207d4c6 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -649,7 +649,7 @@ MODULE_ALIAS_FS("ecryptfs"); static void inode_info_init_once(void *vptr) { - struct ecryptfs_inode_info *ei = (struct ecryptfs_inode_info *)vptr; + struct ecryptfs_inode_info *ei = vptr; inode_init_once(&ei->vfs_inode); } -- 2.18.2