commit | 07a719f8fdbe4ae0f825fa1a6d2755a63deb265e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 16 09:15:46 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 16 06:53:50 2021 -0600 |
tree | ab205dd3344456815afcade138d36e139165897b | |
parent | ec06c989bb45acc28c7633703685dd684b1b5d9c [diff] |
mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev Various places expect the request_queue in ->rq. Initialize it to avoid NULL pointer derefences. Fixes: 6966bb921def ("mtd_blkdevs: use blk_mq_alloc_disk") Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>