Skip to content

Commit

Permalink
block: remove the unused bio_iov_iter_get_pages export
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Dec 14, 2018
1 parent 637b60a commit 0374e11
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 @@ -901,7 +901,6 @@ int bio_iov_iter_get_pages(struct bio *bio, struct iov_iter *iter)

return 0;
}
EXPORT_SYMBOL_GPL(bio_iov_iter_get_pages);

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

0 comments on commit 0374e11

Please sign in to comment.