Name

bio_clone_fast — clone a bio that shares the original bio's biovec

Synopsis

struct bio * bio_clone_fast (struct bio * bio,
 gfp_t gfp_mask,
 struct bio_set * bs);
 

Arguments

struct bio * bio

bio to clone

gfp_t gfp_mask

allocation priority

struct bio_set * bs

bio_set to allocate from

Description

Like __bio_clone_fast, only also allocates the returned bio