]> git.baikalelectronics.ru Git - kernel.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)
commit0a0a081a83ae5b7488eaef543d3d124a7bd2b482
tree64a7f85c2e1a0157a3ca740e4afc99260d8938c9
parent020350290c84a6bc6e6f61a0f98cf84815c37708
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