From eed4333f087b45e325d5b9ab29665d82ae9cab88 Mon Sep 17 00:00:00 2001 From: Zheng Liu Date: Wed, 3 Apr 2013 12:41:17 -0400 Subject: [PATCH] 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-format-patch failed