commit | 8a72758c51f8a5501a0e01ea95069630edb9ca07 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 20 09:59:44 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 02 14:06:37 2020 -0700 |
tree | 9285f2342b62923e43b04c5d5eb98ba0f09f23e4 | |
parent | b41e98524e424d104aa7851d54fd65820759875a [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>