commit | c4d98b378778b4efcba0d0a2a21ae28a305d5d42 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 20 09:59:44 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 27 14:21:22 2020 -0700 |
tree | ed3db86fea4c3f5d335a77f97e6d2dc7bff9969e | |
parent | 9b5b91c6a0a59b5b0627a0153689a03093267591 [diff] |
io_uring: mark requests that we can do poll async in io_op_defs Add a pollin/pollout field to the request table, and have commands that we can safely poll for properly marked. Signed-off-by: Jens Axboe <axboe@kernel.dk>