aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-24 09:52:34 +0200
committerJens Axboe <axboe@kernel.dk>2018-07-24 14:43:26 -0600
commitc55183c9aaa00d2bbb578169a480e31aff3d397c (patch)
treef5678044b07a4605b9545c77fcc8eb97c71a6596 /include/linux/bio.h
parentmd: remove a bogus comment (diff)
downloadwireguard-linux-c55183c9aaa00d2bbb578169a480e31aff3d397c.tar.xz
wireguard-linux-c55183c9aaa00d2bbb578169a480e31aff3d397c.zip
block: unexport bio_clone_bioset
Now only used by the bounce code, so move it there and mark the function static. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index b861baa59454..51371740d2a8 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -429,7 +429,6 @@ extern void bio_put(struct bio *);
extern void __bio_clone_fast(struct bio *, struct bio *);
extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);
-extern struct bio *bio_clone_bioset(struct bio *, gfp_t, struct bio_set *bs);
extern struct bio_set fs_bio_set;