Name
__bio_clone — 
     clone a bio
 
Synopsis
| void fsfunc__bio_clone ( | struct bio * bio, | 
|  | struct bio * bio_src ); | 
 
Arguments
- bio
- 
     destination bio
     
- bio_src
- 
     bio to clone
     
Description
   Clone a bio. Caller will own the returned bio, but not
   the actual data it points to. Reference count of returned
   bio will be one.