commit | da8c96906990f1108cb626ee7865e69267a3263b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 02 18:51:26 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 03 07:04:32 2019 -0700 |
tree | b8c0abab6954fd7209e6eeed658cb312e6193902 | |
parent | f499a021ea8c9f70321fce3d674d8eca5bbeee2c [diff] |
io_uring: mark us with IORING_FEAT_SUBMIT_STABLE If this flag is set, applications can be certain that any data for async offload has been consumed when the kernel has consumed the SQE. Signed-off-by: Jens Axboe <axboe@kernel.dk>