Chao Yu a6f7834594 f2fs: kill dead code in __insert_extent_tree
After commit 0f825ee6e873 ("f2fs: add new interfaces for extent tree"),
f2fs_init_extent_tree becomes the only caller of __insert_extent_tree, and
in f2fs_init_extent_tree, we will only insert extent node in an empty tree,
so __try_{back,front}_merge in __insert_extent_tree will never be called.

This patch removes these dead codes, besides, rename __insert_extent_tree
to __init_extent_tree for readability.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-08-21 22:45:17 -07:00
..
2015-06-11 15:04:20 -07:00
2015-08-21 22:45:14 -07:00
2015-08-20 09:00:06 -07:00
2015-08-21 22:43:32 -07:00
2015-08-20 09:00:09 -07:00
2015-08-14 16:02:15 -07:00
2015-08-20 09:00:06 -07:00