commit | 60b9df7a54804a965850db00beec4d3a2c002536 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed May 01 14:37:21 2013 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed May 01 14:37:21 2013 +0200 |
tree | ce3519c0708d6dd4113707c36a4ebdc6501542ef | |
parent | efb9fa9e911b23c7ea5330215bda778a7c69dba8 [diff] |
fuse: add flag to turn on async direct IO 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>