diff options
Diffstat (limited to 'fs/ext4/dir.c')
-rw-r--r-- | fs/ext4/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index 62e8af04ed1e..374510f72baa 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c | |||
@@ -344,7 +344,7 @@ int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, | |||
344 | struct dir_private_info *info; | 344 | struct dir_private_info *info; |
345 | int len; | 345 | int len; |
346 | 346 | ||
347 | info = (struct dir_private_info *) dir_file->private_data; | 347 | info = dir_file->private_data; |
348 | p = &info->root.rb_node; | 348 | p = &info->root.rb_node; |
349 | 349 | ||
350 | /* Create and allocate the fname structure */ | 350 | /* Create and allocate the fname structure */ |