1. NAME

bio_clone_bioset - clone a bio

2. SYNOPSIS

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

3. ARGUMENTS

bio
    bio to clone

gfp_mask
    allocation priority

bs
    bio_set to allocate from

4. DESCRIPTION

Like __bio_clone, only also allocates the returned bio

5. COPYRIGHT