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:
8cde7ad
)
ext4: collapse handling of data=ordered and data=writeback codepaths
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 3 Apr 2013 16:39:17 +0000
(12:39 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 3 Apr 2013 16:39:17 +0000
(12:39 -0400)
The only difference between how we handle data=ordered and
data=writeback is a single call to ext4_jbd2_file_inode(). Eliminate
code duplication by factoring out redundant the code paths.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
No differences found