io_uring: add io_queue_async_work() helper
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Sep 2019 15:13:05 +0000 (09:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Sep 2019 15:13:05 +0000 (09:13 -0600)
commit18d9be1a970c3704366df902b00871bea88d9f14
tree35ea440ed8b0d7cd43c487261823cba1e002aac2
parentc576666863b788c2d7e8ab4ef4edd0e9059cb47b
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>
fs/io_uring.c