1. NAME

bio_put - release a reference to a bio

2. SYNOPSIS

void bio_put(struct bio *  bio );

3. ARGUMENTS

bio
    bio to release reference to

4. DESCRIPTION

Put a reference to a struct bio, either one you have gotten with bio_alloc, bio_get or bio_clone. The last put of a bio will free it.

5. COPYRIGHT