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, 25 Jan 2021 15:18:37 +0000 (08:18 -0700)
commit283f824085d0a2cbf699007dc0393042e137b1b5
tree08907f5e8337086ff1daaff5fd7cf272b4225f49
parent729ebe1a01e23960a106f493d30d47da0edaa23f
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