]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4028e69d626e383cab0f0aeca445900e7814d92
tree2f529922e136f81793e1d6d1de3afbde5e8e6f62
parent074a21325f5a2eb53859fe2e126e682054729904
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