block: remove the bd_queue field from struct block_device
authorChristoph Hellwig <hch@lst.de>
Fri, 26 Jun 2020 08:01:56 +0000 (10:01 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 14:08:20 +0000 (08:08 -0600)
commite556f6ba10f0f3c3484a1597382ceaec1e7bc700
tree118abf6b1784ad653c0a423966d6ea0d1e070b8c
parent6b7b181b67aa8177e57732723106a0411570a86d
block: remove the bd_queue field from struct block_device

Just use bd_disk->queue instead.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/dax/super.c
drivers/md/md.c
drivers/nvme/target/core.c
fs/block_dev.c
fs/direct-io.c
fs/xfs/xfs_pwork.c
include/linux/blk_types.h
mm/swapfile.c