io_uring: rename 'in_idle' to 'in_cancel'
authorJens Axboe <axboe@kernel.dk>
Fri, 17 Feb 2023 15:27:23 +0000 (08:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Feb 2023 16:06:12 +0000 (09:06 -0700)
commita3e70137863ea88681aab5cc928817f18fda4ba4
tree715f9d320aeba7fb36c50ed15698da1c5ea91eab
parentd1f41fb46abe7167f9bbb4f383ec97ff73eaff90
io_uring: rename 'in_idle' to 'in_cancel'

This better describes what it does - it's incremented when the task is
currently undergoing a cancelation operation, due to exiting or exec'ing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c
io_uring/tctx.c