commit | 5f8fd2d3e0a7aa7fc9d97226be24286edd289835 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 07 10:57:36 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 07 11:57:17 2019 -0700 |
tree | 4f2d850b8a843da6bdc86cff648a61a0b8ad8888 | |
parent | c5def4ab849494d3c97f6c9fc84b2ddb868fe78c [diff] |
io_uring: properly mark async work as bounded vs unbounded Now that io-wq supports separating the two request lifetime types, mark the following IO as having unbounded runtimes: - Any read/write to a non-regular file - Any specific networked IO - Any poll command Signed-off-by: Jens Axboe <axboe@kernel.dk>