]> Git Repo - linux.git/commit - fs/ext4/extents.c
ext4: Add new functions for searching extent tree
authorAlex Tomas <[email protected]>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
committerTheodore Ts'o <[email protected]>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
commit1988b51e476bd097d910c9245b53f2e38aedaf0d
treea36b860ac1a49b359d6dc5fd7af9916cf034cac8
parentaa02ad67d9b308290fde390682cd039b29f7ab85
ext4: Add new functions for searching extent tree

Add the functions ext4_ext_search_left() and ext4_ext_search_right(),
which are used by mballoc during ext4_ext_get_blocks to decided whether
to merge extent information.

Signed-off-by: Alex Tomas <[email protected]>
Signed-off-by: Andreas Dilger <[email protected]>
Signed-off-by: Johann Lombardi <[email protected]>
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/extents.c
include/linux/ext4_fs_extents.h
This page took 0.057546 seconds and 4 git commands to generate.