1BIO_PUT(9) The Linux VFS BIO_PUT(9)
23
4
NAME
6bio_put - release a reference to a bio
7
SYNOPSIS
9void bio_put(struct bio * bio);
10
ARGUMENTS
12bio
13bio to release reference to
14
DESCRIPTION
16Put a reference to a struct bio, either one you have gotten with
17bio_alloc, bio_get or bio_clone. The last put of a bio will free it.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 BIO_PUT(9)