From: Theodore Ts'o Date: Mon, 21 Apr 2014 18:26:28 +0000 (-0400) Subject: ext4: inline generic_file_aio_write() into ext4_file_write() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~88^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7608e61044e7636a2ca04ff33fa1ff9697d1df88;p=pandora-kernel.git ext4: inline generic_file_aio_write() into ext4_file_write() Copy generic_file_aio_write() into ext4_file_write(). This is part of a patch series which allows us to simplify ext4_file_write() and ext4_file_dio_write(), by calling __generic_file_aio_write() directly. Signed-off-by: "Theodore Ts'o" Reviewed-by: Jan Kara --- Reading git-diff-tree failed