Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb070b04 authored by Tengfei Fan's avatar Tengfei Fan
Browse files

bio: export function for use at external invoke



Export function for use at external invoke.

Change-Id: Ifa51a5dd55511ffcca538c73a3e97db9d9b92531
Chang-eId: Ib028e5f8ada5632edf1de6c024ac51c1f6d4303d
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 4c95eded
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 *);