block: move integrity handling out of <linux/blkdev.h>
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Sep 2021 12:33:27 +0000 (14:33 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:02 +0000 (06:17 -0600)
commitfe45e630a1035aea94c29016f2598bbde149bbe3
treeb2302061a6dec13d7cd1b6213576f603c670aa3b
parentbadf7f64378796d460c79eb0f182fa7282eb65d5
block: move integrity handling out of <linux/blkdev.h>

Split the integrity/metadata handling definitions out into a new header.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-17-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
24 files changed:
block/bdev.c
block/bio-integrity.c
block/blk-core.c
block/blk-integrity.c
block/blk-merge.c
block/blk-mq.c
block/keyslot-manager.c
block/t10-pi.c
drivers/md/dm-bio-record.h
drivers/md/dm-crypt.c
drivers/md/dm-table.c
drivers/md/md.c
drivers/nvdimm/core.c
drivers/nvme/host/core.c
drivers/nvme/host/pci.c
drivers/nvme/host/rdma.c
drivers/nvme/target/io-cmd-bdev.c
drivers/nvme/target/rdma.c
drivers/scsi/scsi_lib.c
drivers/scsi/sd_dif.c
drivers/scsi/virtio_scsi.c
drivers/target/target_core_iblock.c
include/linux/blk-integrity.h [new file with mode: 0644]
include/linux/blkdev.h