bio: export function for use at external invoke

Export function for use at external invoke.

Change-Id: Ifa51a5dd55511ffcca538c73a3e97db9d9b92531
Chang-eId: Ib028e5f8ada5632edf1de6c024ac51c1f6d4303d
Signed-off-by: Tengfei Fan <tengfeif@codeaurora.org>
This commit is contained in:
Tengfei Fan
2019-11-05 10:30:17 +08:00
parent 4c95eded28
commit fb070b049d

View File

@@ -435,6 +435,7 @@ extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *);
extern void bio_put(struct bio *);
extern void bio_clone_crypt_key(struct bio *dst, const struct bio *src);
extern void __bio_clone_fast(struct bio *, struct bio *);
extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);