commit | 23c94e1cdcbf5953cd380555d0781caa42311870 | [log] [tgz] |
---|---|---|
author | Martin Raiber <martin@urbackup.org> | Sat Oct 27 16:48:48 2018 +0000 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Feb 13 13:15:14 2019 +0100 |
tree | f4c0121360024ae66e244cdbca544cc281cb72e4 | |
parent | 75126f5504524dd0f24753d8815db42d9ab23614 [diff] |
fuse: Switch to using async direct IO for FOPEN_DIRECT_IO Switch to using the async directo IO code path in fuse_direct_read_iter() and fuse_direct_write_iter(). This is especially important in connection with loop devices with direct IO enabled as loop assumes async direct io is actually async. Signed-off-by: Martin Raiber <martin@urbackup.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>