bio_put

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.