]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: rename and improbe ext4_es_find_extent()
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 18 Feb 2013 05:27:26 +0000 (00:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Feb 2013 05:27:26 +0000 (00:27 -0500)
commitcf2f205b3345b76cc491aa1ab881ce0e4c0db27a
tree5f96afd45fbcd9a102384fb7f4e6842005c7e8c2
parent186d3200f309cb34cff1d452dadac87ba9a96ef9
ext4: rename and improbe ext4_es_find_extent()

This commit renames ext4_es_find_extent with ext4_es_find_delayed_extent
and improve this function.  First, we split input and output parameter.
Second, this function never return the first block of the next delayed
extent after 'es'.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Jan kara <jack@suse.cz>
fs/ext4/extents.c
fs/ext4/extents_status.c
fs/ext4/extents_status.h
fs/ext4/file.c
include/trace/events/ext4.h