commit | d9012a59db54442d5b2fcfdfcded35cf566397d3 | [log] [tgz] |
---|---|---|
author | Chengming Zhou <zhouchengming@bytedance.com> | Thu Jul 30 17:03:21 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 30 11:45:12 2020 -0600 |
tree | e0ca1de20967be26d86cf71aa868e87195830029 | |
parent | 0516c2f6ae6570a0c4a081189d71a48cfadc34a7 [diff] |
iocost: Fix check condition of iocg abs_vdebt We shouldn't skip iocg when its abs_vdebt is not zero. Fixes: 0b80f9866e6b ("iocost: protect iocg->abs_vdebt with iocg->waitq.lock") Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>