io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Jan 2021 22:53:54 +0000 (15:53 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Feb 2021 17:02:43 +0000 (10:02 -0700)
commit4014d943cb62db892eb023d385a966a3fce5ee4c
tree2f529922e136f81793e1d6d1de3afbde5e8e6f62
parent9eac1904d3364254d622bf2c771c4f85cd435fc2
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL

It's no longer used as IORING_OP_CLOSE got rid for the need of flagging
it as uncancelable, kill it of.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io-wq.h
fs/io_uring.c