summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
diff options
context:
space:
mode:
authorTheodore Ts'o2019-06-22 03:57:00 +0200
committerTheodore Ts'o2019-06-22 03:57:00 +0200
commit7633b08b2750513cef662fbcbe66065b9940fc6a (patch)
tree193ee94be04c124dffc895a9e21f68f6de795c4e /fs/ext4/inline.c
parentext4: refactor initialize_dirent_tail() (diff)
downloadkernel-qcow2-linux-7633b08b2750513cef662fbcbe66065b9940fc6a.tar.gz
kernel-qcow2-linux-7633b08b2750513cef662fbcbe66065b9940fc6a.tar.xz
kernel-qcow2-linux-7633b08b2750513cef662fbcbe66065b9940fc6a.zip
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/inline.c')
-rw-r--r--fs/ext4/inline.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index 796137bb7dfa..88cdf3c90bd1 100644
--- a/fs/ext4/inline.c
+++ b/fs/ext4/inline.c
@@ -1324,11 +1324,11 @@ out:
* inlined dir. It returns the number directory entries loaded
* into the tree. If there is an error it is returned in err.
*/
-int htree_inlinedir_to_tree(struct file *dir_file,
- struct inode *dir, ext4_lblk_t block,
- struct dx_hash_info *hinfo,
- __u32 start_hash, __u32 start_minor_hash,
- int *has_inline_data)
+int ext4_inlinedir_to_tree(struct file *dir_file,
+ struct inode *dir, ext4_lblk_t block,
+ struct dx_hash_info *hinfo,
+ __u32 start_hash, __u32 start_minor_hash,
+ int *has_inline_data)
{
int err = 0, count = 0;
unsigned int parent_ino;