]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b5a90d71d369dcafec37cc0e4d304bd88bb4586
tree4be195aeb0e20f2327709a74d7a097ba74174cc1
parent40a9af63ae9ec42386d6c40b14f92fb56557c9a8
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: 9cc372fd557d ("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