commit | be401363ac5ec652c706263a59b0bd0acc3612e8 | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Mon Feb 18 00:27:26 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 18 00:27:26 2013 -0500 |
tree | 64a7f85c2e1a0157a3ca740e4afc99260d8938c9 | |
parent | fdc0212e86ca15c5cfed77088af7cc5eb79ccbc7 [diff] |
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>