Skip to content

Commit

Permalink
block: remove the blk_recount_segments export
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Christoph Hellwig authored and axboe committed Dec 14, 2018
1 parent 6c210aa commit 637b60a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/blk-merge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 637b60a

Please sign in to comment.