diff options
Diffstat (limited to 'fs/ext4/namei.c')
-rw-r--r-- | fs/ext4/namei.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 183ad614ae3d..c9568fee9e11 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
@@ -1104,10 +1104,10 @@ int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, | |||
1104 | hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; | 1104 | hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; |
1105 | if (ext4_has_inline_data(dir)) { | 1105 | if (ext4_has_inline_data(dir)) { |
1106 | int has_inline_data = 1; | 1106 | int has_inline_data = 1; |
1107 | count = htree_inlinedir_to_tree(dir_file, dir, 0, | 1107 | count = ext4_inlinedir_to_tree(dir_file, dir, 0, |
1108 | &hinfo, start_hash, | 1108 | &hinfo, start_hash, |
1109 | start_minor_hash, | 1109 | start_minor_hash, |
1110 | &has_inline_data); | 1110 | &has_inline_data); |
1111 | if (has_inline_data) { | 1111 | if (has_inline_data) { |
1112 | *next_hash = ~0; | 1112 | *next_hash = ~0; |
1113 | return count; | 1113 | return count; |