git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d553a
)
ext4: fold ext4_generic_write_end() into ext4_write_end()
author
Zheng Liu
<wenqing.lz@taobao.com>
Wed, 3 Apr 2013 16:41:17 +0000
(12:41 -0400)
committer
Theodore 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