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:
9ff8644
)
ext4: fix data integrity for ext4_sync_fs
author
Dmitry Monakhov
<dmonakhov@openvz.org>
Thu, 13 Jun 2013 02:25:07 +0000
(22:25 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 13 Jun 2013 02:25:07 +0000
(22:25 -0400)
Inode's data or non journaled quota may be written w/o jounral so we
_must_ send a barrier at the end of ext4_sync_fs. But it can be
skipped if journal commit will do it for us.
Also fix data integrity for nojournal mode.
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found