1. NAME

blk_rq_unprep_clone - Helper function to free all bios in a cloned request

2. SYNOPSIS

void blk_rq_unprep_clone(struct request *  rq );

3. ARGUMENTS

rq
    the clone request to be cleaned up

4. DESCRIPTION

Free all bios in rq for a cloned request.

5. COPYRIGHT