]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50e8ff66b8d00ad933bdba5b4f0473f9afce27be
tree55ff1f894d7e0fd9b4f154d3a93e0391c39560ad
parent6997353919ee14d93ecc4f31868a02ad6d94841a
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 <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
fs/ext4/inode.c