block: remove the blk_recount_segments export
authorChristoph Hellwig <hch@lst.de>
Thu, 13 Dec 2018 20:32:10 +0000 (21:32 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Dec 2018 13:17:55 +0000 (06:17 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-merge.c

index 9da5629..e7f1c6c 100644 (file)
@@ -389,7 +389,6 @@ void blk_recount_segments(struct request_queue *q, struct bio *bio)
 
        bio_set_flag(bio, BIO_SEG_VALID);
 }
-EXPORT_SYMBOL(blk_recount_segments);
 
 static int blk_phys_contig_segment(struct request_queue *q, struct bio *bio,
                                   struct bio *nxt)