diff options
author | Christoph Hellwig | 2022-06-08 08:34:07 +0200 |
---|---|---|
committer | Mike Snitzer | 2022-06-08 14:04:14 -0400 |
commit | d5a37b19983725d2045588cfa3a4699f5b39ae26 (patch) | |
tree | 1fe7a7f0c3b79701e6ca3943db3771320a466ada /include | |
parent | 29dec90a0f1d961b93f34f910e9319d8cb23edbd (diff) |
block: remove bioset_init_from_src
Unused now, and the interface never really made a whole lot of sense to
start with.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'include')
-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 1cf3738ef1ea..992ee987f273 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -403,7 +403,6 @@ enum { extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); extern void bioset_exit(struct bio_set *); extern int biovec_init_pool(mempool_t *pool, int pool_entries); -extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src); struct bio *bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, unsigned int opf, gfp_t gfp_mask, |