Release a reference to a bio
void bio_put(struct bio * bio);
bio
bio to release reference to
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.