io_uring: JOBCTL_TASK_WORK is no longer used by task_work
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Oct 2020 02:17:18 +0000 (20:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 12 Dec 2020 16:17:38 +0000 (09:17 -0700)
commit792ee0f6db5b942ee68ee7c9aea9d34dde4c4ff2
tree2acc65b0e071b7c2ade27c7f8b74185748a89130
parent03941ccfda161c2680147fa5ab92aead2a79cac1
io_uring: JOBCTL_TASK_WORK is no longer used by task_work

Remove the dead code, TWA_SIGNAL will never set JOBCTL_TASK_WORK at
this point.

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