fuse: add flag to turn on async direct IO
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 1 May 2013 12:37:21 +0000 (14:37 +0200)
committerMiklos 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