From: Zheng Liu Date: Wed, 3 Apr 2013 16:41:17 +0000 (-0400) Subject: ext4: fold ext4_generic_write_end() into ext4_write_end() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~83^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed4333f087b45e325d5b9ab29665d82ae9cab88;p=pandora-kernel.git ext4: fold ext4_generic_write_end() into ext4_write_end() After collapsing the handling of data ordered and data writeback codepath, ext4_generic_write_end() has only one caller, ext4_write_end(). So we fold it into ext4_write_end(). Signed-off-by: Zheng Liu Signed-off-by: "Theodore Ts'o" Reviewed-by: Lukas Czerner --- Reading git-diff-tree failed