lkml.org 
[lkml]   [2022]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ecryptfs: main: Remove unnecessary (void*) conversions
Date
The ei pointer does not need to cast the type.

Signed-off-by: Li zeming <zeming@nfschina.com>
---
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
\
 
 \ /
  Last update: 2022-11-07 03:04    [W:0.034 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site