diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-20 14:33:27 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-18 06:17:02 -0600 |
commit | fe45e630a1035aea94c29016f2598bbde149bbe3 (patch) | |
tree | b2302061a6dec13d7cd1b6213576f603c670aa3b /block/blk-merge.c | |
parent | badf7f64378796d460c79eb0f182fa7282eb65d5 (diff) | |
download | linux-fe45e630a1035aea94c29016f2598bbde149bbe3.tar.gz linux-fe45e630a1035aea94c29016f2598bbde149bbe3.tar.bz2 linux-fe45e630a1035aea94c29016f2598bbde149bbe3.zip |
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>
Diffstat (limited to 'block/blk-merge.c')
-rw-r--r-- | block/blk-merge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-merge.c b/block/blk-merge.c index 39f210da399a..5b4f23014df8 100644 --- a/block/blk-merge.c +++ b/block/blk-merge.c @@ -6,6 +6,7 @@ #include <linux/module.h> #include <linux/bio.h> #include <linux/blkdev.h> +#include <linux/blk-integrity.h> #include <linux/scatterlist.h> #include <trace/events/block.h> |