Name

bio_put — release a reference to a bio

Synopsis

void bio_put (struct bio *  bio);

Arguments

bio

bio to release reference to

Description

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