]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
blk-cgroup: ensure that we clear the stop bit on quiesced queues
authorJens Axboe <axboe@fb.com>
Wed, 18 Jan 2017 14:43:26 +0000 (07:43 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 18 Jan 2017 14:43:26 +0000 (07:43 -0700)
commit4d199c6f1c847151ea393d5b9946a17cc57cdf6d
tree7c8c4226a56f146c494c59936f67c0360a58a65c
parentd34849913819a5e0cbfbe724dbe79df89278c524
blk-cgroup: ensure that we clear the stop bit on quiesced queues

If we call blk_mq_quiesce_queue() on a queue, we must remember to
pair that with something that clears the stopped by on the
queues later on.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-cgroup.c