]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: constify struct blk_mq_ops
authorEric Biggers <ebiggers@google.com>
Thu, 30 Mar 2017 20:39:16 +0000 (13:39 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 31 Mar 2017 14:28:58 +0000 (08:28 -0600)
commitfc3398bd66bc26f9253b32c8318c7f0d98584f7c
tree67ef76e6c2f43898be5f8ff9caaf692132236f86
parent04c5b966f745220334293e967a0fa86210658ad7
blk-mq: constify struct blk_mq_ops

Constify all instances of blk_mq_ops, as they are never modified.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
14 files changed:
drivers/block/loop.c
drivers/block/mtip32xx/mtip32xx.c
drivers/block/nbd.c
drivers/block/null_blk.c
drivers/block/rbd.c
drivers/block/virtio_blk.c
drivers/block/xen-blkfront.c
drivers/md/dm-rq.c
drivers/mtd/ubi/block.c
drivers/nvme/host/fc.c
drivers/nvme/host/pci.c
drivers/nvme/host/rdma.c
drivers/nvme/target/loop.c
drivers/scsi/scsi_lib.c