]> www.infradead.org Git - users/hch/block.git/commit
md: remove mddev->queue
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Feb 2024 14:30:13 +0000 (09:30 -0500)
committerChristoph Hellwig <hch@lst.de>
Mon, 26 Feb 2024 16:21:07 +0000 (11:21 -0500)
commit9ee6188e5ea2e693cbf3555183b5e760fb9bd472
treeb3b61454c804bdce9998c85d4fbca2457aa6b94c
parent6e2a602a10a0d664600feb5afabc8ff3c85b5258
md: remove mddev->queue

Just use the request_queue from the gendisk pointer in the relatively
few places that sill need it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/md/md.c
drivers/md/md.h
drivers/md/raid0.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5-ppl.c
drivers/md/raid5.c