diff options
author | Theodore Ts'o <tytso@mit.edu> | 2019-06-21 21:57:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-06-21 21:57:00 -0400 |
commit | 7633b08b2750513cef662fbcbe66065b9940fc6a (patch) | |
tree | 193ee94be04c124dffc895a9e21f68f6de795c4e /fs/ext4/ext4.h | |
parent | ddce3b94715ca5a19a107cd7c1d89fea177d2454 (diff) |
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Clean up namespace pollution by the inline_data code.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 83128bdd7abb..bf660aa7a9e0 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -3104,11 +3104,11 @@ extern int ext4_try_create_inline_dir(handle_t *handle, | |||
3104 | extern int ext4_read_inline_dir(struct file *filp, | 3104 | extern int ext4_read_inline_dir(struct file *filp, |
3105 | struct dir_context *ctx, | 3105 | struct dir_context *ctx, |
3106 | int *has_inline_data); | 3106 | int *has_inline_data); |
3107 | extern int htree_inlinedir_to_tree(struct file *dir_file, | 3107 | extern int ext4_inlinedir_to_tree(struct file *dir_file, |
3108 | struct inode *dir, ext4_lblk_t block, | 3108 | struct inode *dir, ext4_lblk_t block, |
3109 | struct dx_hash_info *hinfo, | 3109 | struct dx_hash_info *hinfo, |
3110 | __u32 start_hash, __u32 start_minor_hash, | 3110 | __u32 start_hash, __u32 start_minor_hash, |
3111 | int *has_inline_data); | 3111 | int *has_inline_data); |
3112 | extern struct buffer_head *ext4_find_inline_entry(struct inode *dir, | 3112 | extern struct buffer_head *ext4_find_inline_entry(struct inode *dir, |
3113 | struct ext4_filename *fname, | 3113 | struct ext4_filename *fname, |
3114 | struct ext4_dir_entry_2 **res_dir, | 3114 | struct ext4_dir_entry_2 **res_dir, |