Skip to content

Commit

Permalink
block: stop exporting bio_map_kern
Browse files Browse the repository at this point in the history
Now that there no module users left of bio_map_kern, stop exporting the
symbol.

Reviewed-by: Javier González <javier@javigon.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Hans Holmberg <hans@owltronix.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Hans Holmberg authored and axboe committed Aug 6, 2019
1 parent ff8f352 commit 00ec4f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ struct bio *bio_map_kern(struct request_queue *q, void *data, unsigned int len,
bio->bi_end_io = bio_map_kern_endio;
return bio;
}
EXPORT_SYMBOL(bio_map_kern);

static void bio_copy_kern_endio(struct bio *bio)
{
Expand Down

0 comments on commit 00ec4f3

Please sign in to comment.