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:
1cd9f09
)
ext4: fake direct I/O mode for data=journal
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 31 Aug 2011 15:56:51 +0000
(11:56 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 31 Aug 2011 15:56:51 +0000
(11:56 -0400)
Currently attempts to open a file with O_DIRECT in data=journal mode
causes the open to fail with -EINVAL. This makes it very hard to test
data=journal mode. So we will let the open succeed, but then always
fall back to O_DSYNC buffered writes.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found