Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c6d7d5d authored by Joe Perches's avatar Joe Perches Committed by Jiri Kosina
Browse files

fs/ecryptfs: Remove unnecessary casts of private_data



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8209e2f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -477,7 +477,7 @@ ecryptfs_lower_header_size(struct ecryptfs_crypt_stat *crypt_stat)
static inline struct ecryptfs_file_info *
static inline struct ecryptfs_file_info *
ecryptfs_file_to_private(struct file *file)
ecryptfs_file_to_private(struct file *file)
{
{
	return (struct ecryptfs_file_info *)file->private_data;
	return file->private_data;
}
}


static inline void
static inline void