Skip to content

Commit db5197b

Browse files
keithbuschaxboe
authored andcommitted
block: unexport blk_rq_count_integrity_sg
There are no external users of this. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Keith Busch <kbusch@kernel.org> Link: https://lore.kernel.org/r/20240913182854.2445457-9-kbusch@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent f433076 commit db5197b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/blk-integrity.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ int blk_rq_count_integrity_sg(struct request_queue *q, struct bio *bio)
5353

5454
return segments;
5555
}
56-
EXPORT_SYMBOL(blk_rq_count_integrity_sg);
5756

5857
/**
5958
* blk_rq_map_integrity_sg - Map integrity metadata into a scatterlist

0 commit comments

Comments
 (0)