summaryrefslogtreecommitdiffstats
path: root/block/bio.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-07-02 17:10:19 +0200
committerJens Axboe <axboe@kernel.dk>2024-07-03 10:21:15 -0600
commitda042a3655151157c06e71a583e883ab2d86d1ff (patch)
treeda8c8cb4b9d246178e07560fdc2bd922965cc3d8 /block/bio.c
parent1a50d1467077c0d6f504bdbb66e6fa0dcd5b3b01 (diff)
downloadlinux-stable-da042a3655151157c06e71a583e883ab2d86d1ff.tar.gz
linux-stable-da042a3655151157c06e71a583e883ab2d86d1ff.tar.bz2
linux-stable-da042a3655151157c06e71a583e883ab2d86d1ff.zip
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>
Diffstat (limited to 'block/bio.c')
-rw-r--r--block/bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bio.c b/block/bio.c
index e9e809a63c59..4ca3f31ce45f 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -4,7 +4,7 @@
*/
#include <linux/mm.h>
#include <linux/swap.h>
-#include <linux/bio.h>
+#include <linux/bio-integrity.h>
#include <linux/blkdev.h>
#include <linux/uio.h>
#include <linux/iocontext.h>