From: Jan Kara Date: Mon, 4 Mar 2013 05:43:32 +0000 (-0500) Subject: ext4: remove unnecessary wait for extent conversion in ext4_fallocate() X-Git-Tag: v3.9-rc4~16^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de99fcce1da7933a90198b80a2e896754ea3bdc8;p=pandora-kernel.git 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 Reviewed-by: Dmitry Monakhov Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed