diff options
author | Goldwyn Rodrigues <[email protected]> | 2017-06-20 07:05:43 -0500 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-06-20 07:12:03 -0600 |
commit | b745fafaf70c0a98a2e1e7ac8cb14542889ceb0e (patch) | |
tree | 10a7b6f647945c63f17c6d55c346e84d99130ac3 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 9830f4be159b29399d107bffb99e0132bc5aedd4 (diff) |
fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
RWF_NOWAIT informs kernel to bail out if an AIO request will block
for reasons such as file allocations, or a writeback triggered,
or would block while allocating requests while performing
direct I/O.
RWF_NOWAIT is translated to IOCB_NOWAIT for iocb->ki_flags.
FMODE_AIO_NOWAIT is a flag which identifies the file opened is capable
of returning -EAGAIN if the AIO call will block. This must be set by
supporting filesystems in the ->open() call.
Filesystems xfs, btrfs and ext4 would be supported in the following patches.
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Goldwyn Rodrigues <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions