ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
[linux-2.6-microblaze.git] / fs / ext4 / inline.c
index 796137b..88cdf3c 100644 (file)
@@ -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;