dect
/
linux-2.6
Archived
13
0
Fork 0

fs/ecryptfs: Remove unnecessary casts of private_data

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Joe Perches 2010-09-04 18:52:48 -07:00 committed by Jiri Kosina
parent 8209e2f467
commit 0c6d7d5da2
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ ecryptfs_lower_header_size(struct ecryptfs_crypt_stat *crypt_stat)
static inline struct ecryptfs_file_info *
ecryptfs_file_to_private(struct file *file)
{
return (struct ecryptfs_file_info *)file->private_data;
return file->private_data;
}
static inline void