commit | 2293b4195800f88de2c454a24b25874be56d87f3 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Mar 07 01:15:39 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 12 07:50:22 2020 -0600 |
tree | b43cd1314e89fdc0a60b721feac6cf4159369bf8 | |
parent | 3f9d64415fdaa73017fcb168930006648617b488 [diff] |
io-wq: remove duplicated cancel code Deduplicate cancellation parts, as many of them looks the same, as do e.g. - io_wqe_cancel_cb_work() and io_wqe_cancel_work() - io_wq_worker_cancel() and io_work_cancel() Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>