commit | e11d80a849e010f78243bb6f6af7dccef3a71a90 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 01 14:52:32 2020 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 01 16:48:46 2020 -0600 |
tree | 062c215da69eba44baa7a2f416c6299c7a42e832 | |
parent | 5aeac7c4b16069aae49005f0a8d4526baa83341b [diff] |
blk-stat: make q->stats->lock irqsafe blk-iocost calls blk_stat_enable_accounting() while holding an irqsafe lock which triggers a lockdep splat because q->stats->lock isn't irqsafe. Let's make it irqsafe. Signed-off-by: Tejun Heo <tj@kernel.org> Fixes: cd006509b0a9 ("blk-iocost: account for IO size when testing latencies") Cc: stable@vger.kernel.org # v5.8+ Signed-off-by: Jens Axboe <axboe@kernel.dk>