]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ext4: remove unused function prototype from ext4.h
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2015 22:43:36 +0000 (18:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2015 22:43:36 +0000 (18:43 -0400)
The ext4_extent_tree_init() function hasn't been in the ext4 code for
a long time ago, except in an unused function prototype in ext4.h

Google-Bug-Id: 4530137
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h

index 009a0590b20fb328c5829573ee77440dabb8e83e..9a83f149ac85525b821a4d24ba5387b93b3229d6 100644 (file)
@@ -2889,7 +2889,6 @@ extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
                           struct ext4_map_blocks *map, int flags);
 extern int ext4_ext_calc_metadata_amount(struct inode *inode,
                                         ext4_lblk_t lblocks);
-extern int ext4_extent_tree_init(handle_t *, struct inode *);
 extern int ext4_ext_calc_credits_for_single_extent(struct inode *inode,
                                                   int num,
                                                   struct ext4_ext_path *path);