From fb070b049dee6ac8be19bb03e16268c04c85bda7 Mon Sep 17 00:00:00 2001 From: Tengfei Fan Date: Tue, 5 Nov 2019 10:30:17 +0800 Subject: [PATCH] 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 --- include/linux/bio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/bio.h b/include/linux/bio.h index 0801ef9d37dd..efa15cffca72 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -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 *);