Skip to content

Commit f6f9b27

Browse files
kamalmostafaaxboe
authored andcommitted
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: eef51da ("io_uring: rename function *task_file") Signed-off-by: Kamal Mostafa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent fa55b7d commit f6f9b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/io_uring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9764,7 +9764,7 @@ static __cold void io_uring_clean_tctx(struct io_uring_task *tctx)
97649764
}
97659765
if (wq) {
97669766
/*
9767-
* Must be after io_uring_del_task_file() (removes nodes under
9767+
* Must be after io_uring_del_tctx_node() (removes nodes under
97689768
* uring_lock) to avoid race with io_uring_try_cancel_iowq().
97699769
*/
97709770
io_wq_put_and_exit(wq);

0 commit comments

Comments
 (0)