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>
Wed, 22 Feb 2023 16:57:23 +0000 (09:57 -0700)
commit8d664282a03fec09682f10252d3c785c2513691d
tree3111af79c32cf40d67591bcc6819ad1666f5934f
parentce8e04f6e5d3b2d14cd00cc4c0b1cc8cbdcf4d12
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