]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitf363b089be0a39fe4282c688118a51d21f952bc7
tree67ef76e6c2f43898be5f8ff9caaf692132236f86
parentdb5bcf87bb9e856e90c131d6e636a5550c2bbcd3
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