io_uring: rename io_queue_async_work()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 15 Apr 2022 21:08:27 +0000 (22:08 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Apr 2022 22:21:23 +0000 (16:21 -0600)
commit224d4412502662e94345c544fa8e8d2200ebb7c0
tree2173d44ef94948ad35eaea5c7c7ae0b1c78cd88a
parent470510d7b3428fbd1f07be7c2b6374fa14875775
io_uring: rename io_queue_async_work()

Rename io_queue_async_work(). The name is pretty old but now doesn't
reflect well what the function is doing.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/5d4b25c54cccf084f9f2fd63bd4e4fa4515e998e.1650056133.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c