[PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
Keith Busch
kbusch at meta.com
Wed Sep 11 13:12:39 PDT 2024
From: Keith Busch <kbusch at kernel.org>
There are no external users of this.
Reviewed-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Keith Busch <kbusch at kernel.org>
---
block/blk-integrity.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/block/blk-integrity.c b/block/blk-integrity.c
index ddc742d58330b..1d82b18e06f8e 100644
--- a/block/blk-integrity.c
+++ b/block/blk-integrity.c
@@ -53,7 +53,6 @@ int blk_rq_count_integrity_sg(struct request_queue *q, struct bio *bio)
return segments;
}
-EXPORT_SYMBOL(blk_rq_count_integrity_sg);
/**
* blk_rq_map_integrity_sg - Map integrity metadata into a scatterlist
--
2.43.5
More information about the Linux-nvme
mailing list