commit | 307f4065b9d7c1e887e8bdfb2487e4638559fea1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Oct 15 08:49:27 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 15 10:13:13 2019 -0600 |
tree | 484ebf28578ff8532703c1b8d47b37f00120b052 | |
parent | 9d179b865449b351ad5cb76dbea480c9170d4a27 [diff] |
blk-rq-qos: fix first node deletion of rq_qos_del() rq_qos_del() incorrectly assigns the node being deleted to the head if it was the first on the list in the !prev path. Fix it by iterating with ** instead. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Josef Bacik <josef@toxicpanda.com> Fixes: a79050434b45 ("blk-rq-qos: refactor out common elements of blk-wbt") Cc: stable@vger.kernel.org # v4.19+ Signed-off-by: Jens Axboe <axboe@kernel.dk>