ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
[linux-2.6-microblaze.git] / fs / ext4 / ext4.h
index 83128bd..bf660aa 100644 (file)
@@ -3104,11 +3104,11 @@ extern int ext4_try_create_inline_dir(handle_t *handle,
 extern int ext4_read_inline_dir(struct file *filp,
                                struct dir_context *ctx,
                                int *has_inline_data);
-extern 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);
+extern 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);
 extern struct buffer_head *ext4_find_inline_entry(struct inode *dir,
                                        struct ext4_filename *fname,
                                        struct ext4_dir_entry_2 **res_dir,