block: cleanup q->srcu
authorMing Lei <ming.lei@redhat.com>
Tue, 11 Jan 2022 12:34:01 +0000 (20:34 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Jan 2022 14:24:45 +0000 (07:24 -0700)
commit850fd2abbe02eb2b52cbb1550adbcc89b36d65de
tree40aa03126da0e534b1475348bd5fdbe955c85aae
parente6a2e5116e07ce5acc8698785c29e9e47f010fd5
block: cleanup q->srcu

srcu structure has to be cleanup via cleanup_srcu_struct(), so fix it.

Reported-by: syzbot+4f789823c1abc5accf13@syzkaller.appspotmail.com
Fixes: 704b914f15fb ("blk-mq: move srcu from blk_mq_hw_ctx to request_queue")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220111123401.520192-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-sysfs.c