commit | 18d9be1a970c3704366df902b00871bea88d9f14 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Sep 10 09:13:05 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 10 09:13:05 2019 -0600 |
tree | 35ea440ed8b0d7cd43c487261823cba1e002aac2 | |
parent | c576666863b788c2d7e8ab4ef4edd0e9059cb47b [diff] |
io_uring: add io_queue_async_work() helper Add a helper for queueing a request for async execution, in preparation for optimizing it. No functional change in this patch. Signed-off-by: Jens Axboe <axboe@kernel.dk>