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)
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>

No differences found