OSDN Git Service

io_uring: fix missed comment from *task_file rename
authorKamal Mostafa <kamal@canonical.com>
Tue, 16 Nov 2021 17:55:30 +0000 (09:55 -0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Nov 2021 00:24:34 +0000 (17:24 -0700)
commitf6f9b278f2059478e9a57ac221995105641c7498
tree4be195aeb0e20f2327709a74d7a097ba74174cc1
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
io_uring: fix missed comment from *task_file rename

Fix comment referring to function "io_uring_del_task_file()", now called
"io_uring_del_tctx_node()".

Fixes: eef51daa72f7 ("io_uring: rename function *task_file")
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Link: https://lore.kernel.org/r/20211116175530.31608-1-kamal@canonical.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c