]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block: split integrity support out of bio.h
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Jul 2024 15:10:19 +0000 (17:10 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 3 Jul 2024 16:21:15 +0000 (10:21 -0600)
commitda042a3655151157c06e71a583e883ab2d86d1ff
treeda8c8cb4b9d246178e07560fdc2bd922965cc3d8
parent1a50d1467077c0d6f504bdbb66e6fa0dcd5b3b01
block: split integrity support out of bio.h

Split struct bio_integrity_payload and the related prototypes out of
bio.h into a separate bio-integrity.h header so that it is only pulled
in by the few places that need it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Anuj Gupta <anuj20.g@samsung.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20240702151047.1746127-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c
block/blk.h
block/bounce.c
drivers/md/dm.c
drivers/nvme/host/ioctl.c
drivers/scsi/sd.c
include/linux/bio-integrity.h [new file with mode: 0644]
include/linux/bio.h
include/linux/blk-integrity.h