commit | 204361a77f4018627addd4a06877448f088ddfc0 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Aug 23 20:33:10 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Aug 23 11:38:50 2020 -0600 |
tree | 422e0e66f05ef6220b909887cfa6312f5c694f83 | |
parent | fd7d6de2241453fc7d042336d366a939a25bc5a9 [diff] |
io-wq: fix hang after cancelling pending hashed work Don't forget to update wqe->hash_tail after cancelling a pending work item, if it was hashed. Cc: stable@vger.kernel.org # 5.7+ Reported-by: Dmitry Shulyak <yashulyak@gmail.com> Fixes: 86f3cd1b589a1 ("io-wq: handle hashed writes in chains") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>