|
@@ -344,7 +344,7 @@ int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
|
|
struct dir_private_info *info;
|
|
struct dir_private_info *info;
|
|
int len;
|
|
int len;
|
|
|
|
|
|
- info = (struct dir_private_info *) dir_file->private_data;
|
|
|
|
|
|
+ info = dir_file->private_data;
|
|
p = &info->root.rb_node;
|
|
p = &info->root.rb_node;
|
|
|
|
|
|
/* Create and allocate the fname structure */
|
|
/* Create and allocate the fname structure */
|