diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-03-01 19:18:19 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-02 17:20:08 +0300 |
commit | fc04c39bae01a607454f7619665309870c60937a (patch) | |
tree | 172b9b53f27f097655777788901405cf134f6723 /fs/ubifs | |
parent | 98d54f81e36ba3bf92172791eba5ca5bd813989b (diff) | |
download | linux-fc04c39bae01a607454f7619665309870c60937a.tar.xz |
io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation
To cancel a work, io-wq sets IO_WQ_WORK_CANCEL and executes the
callback. However, IO_WQ_WORK_NO_CANCEL works will just execute and may
return next work, which will be ignored and lost.
Cancel the whole link.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ubifs')
0 files changed, 0 insertions, 0 deletions