ext4: remove unnecessary wait for extent conversion in ext4_fallocate()
authorJan Kara <jack@suse.cz>
Mon, 4 Mar 2013 05:43:32 +0000 (00:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 4 Mar 2013 05:43:32 +0000 (00:43 -0500)
commitde99fcce1da7933a90198b80a2e896754ea3bdc8
tree950da2e0084f025a2ea92fd807396f366e1dcf1b
parentff95ec22cd7faa0d8b58dcc4207f21502df7b00b
ext4: remove unnecessary wait for extent conversion in ext4_fallocate()

Now that we don't merge uninitialized extents anymore,
ext4_fallocate() is free to operate on the inode while there are still
some extent conversions pending - it won't disturb them in any way.

Reviewed-by: Zheng Liu <wenqing.lz@taobao.com>
Reviewed-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c