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>
Mon, 25 Apr 2022 00:02:49 +0000 (18:02 -0600)
commit77955efbc46220adce9ecb803fb9ff9042bd7236
tree58ab0cac418240c7704b38ceeaa929a3773e1730
parentcbc2e2038845ddc6d1eb5969eff4f02bd5187b47
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