aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-04-25 09:04:33 +0200
committerJens Axboe <axboe@kernel.dk>2019-04-30 09:26:41 -0600
commit4713839dfe8269d27d83a33d1e39f9c2970eb31a (patch)
tree1cad7f712e13fe99969850cdf91eff4fb017d3a6 /include/linux/bio.h
parentblock: remove the i argument to bio_for_each_segment_all (diff)
downloadlinux-dev-4713839dfe8269d27d83a33d1e39f9c2970eb31a.tar.xz
linux-dev-4713839dfe8269d27d83a33d1e39f9c2970eb31a.zip
block: remove the __bio_add_pc_page export
The same page optimization is a rather odd corner case, which is not used outside bio.c and which really should not be used outside of bio.c either - we have better highlevel helpers like the rq/bio mapping helpers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 186b2723c61b..077cecdf9437 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -435,9 +435,6 @@ void bio_chain(struct bio *, struct bio *);
extern int bio_add_page(struct bio *, struct page *, unsigned int,unsigned int);
extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
unsigned int, unsigned int);
-extern int __bio_add_pc_page(struct request_queue *, struct bio *,
- struct page *, unsigned int, unsigned int,
- bool);
bool __bio_try_merge_page(struct bio *bio, struct page *page,
unsigned int len, unsigned int off, bool same_page);
void __bio_add_page(struct bio *bio, struct page *page,