ext4: fold ext4_generic_write_end() into ext4_write_end()
authorZheng Liu <wenqing.lz@taobao.com>
Wed, 3 Apr 2013 16:41:17 +0000 (12:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Apr 2013 16:41:17 +0000 (12:41 -0400)
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 <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>

No differences found