io_uring: update outdated comment of callbacks
authorLin Ma <linma@zju.edu.cn>
Thu, 10 Nov 2022 12:21:03 +0000 (20:21 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 21 Nov 2022 14:44:16 +0000 (07:44 -0700)
commit23a6c9ac4dbd7cccf5b909e78aa84192b65f2833
tree05fa3333fb755272ce2bc69be584804bdee2c502
parentcd42a53d25d489317b9ae5213da721cde8cb7071
io_uring: update outdated comment of callbacks

Previous commit ebc11b6c6b87 ("io_uring: clean io-wq callbacks") rename
io_free_work() into io_wq_free_work() for consistency. This patch also
updates relevant comment to avoid misunderstanding.

Fixes: ebc11b6c6b87 ("io_uring: clean io-wq callbacks")
Signed-off-by: Lin Ma <linma@zju.edu.cn>
Link: https://lore.kernel.org/r/20221110122103.20120-1-linma@zju.edu.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c