diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-24 10:52:34 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-07-24 23:43:26 +0300 |
commit | c55183c9aaa00d2bbb578169a480e31aff3d397c (patch) | |
tree | f5678044b07a4605b9545c77fcc8eb97c71a6596 /include/linux/bio.h | |
parent | 3ed122e68bb2dcab36b48109431341736e37ce85 (diff) | |
download | linux-c55183c9aaa00d2bbb578169a480e31aff3d397c.tar.xz |
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.h | 1 |
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; |