diff options
author | yangyun <[email protected]> | 2024-08-26 21:06:12 +0800 |
---|---|---|
committer | Miklos Szeredi <[email protected]> | 2024-10-25 17:05:49 +0200 |
commit | cc23d537e56153560bb2f88fd826675a5a8c6af6 (patch) | |
tree | abc017c362ba888d520582a6a842d2b1aaadffb6 /tools/perf/scripts/python | |
parent | 2b3933b1e0a0a4b758fbc164bb31db0c113a7e2c (diff) |
fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
Commit 23c94e1cdcbf ("fuse: Switch to using async direct IO
for FOPEN_DIRECT_IO") gave the async direct IO code path in the
fuse_direct_read_iter() and fuse_direct_write_iter(). But since
these two functions are only called under FOPEN_DIRECT_IO is set,
it seems that we can also use the async direct IO even the flag
IOCB_DIRECT is not set to enjoy the async direct IO method. Also
move the definition of fuse_io_priv to where it is used in fuse_
direct_write_iter.
Signed-off-by: yangyun <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions