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:
efb9fa9
)
fuse: add flag to turn on async direct IO
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 May 2013 12:37:21 +0000
(14:37 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 May 2013 12:37:21 +0000
(14:37 +0200)
Without async DIO write requests to a single file were always serialized.
With async DIO that's no longer the case.
So don't turn on async DIO by default for fear of breaking backward
compatibility.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found