table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BIO_ENDIO_NODEC(9) | The Linux VFS | BIO_ENDIO_NODEC(9) |
NAME¶
bio_endio_nodec - end I/O on a bio, without decrementing bi_remainingSYNOPSIS¶
void
bio_endio_nodec(struct bio * bio,
int error);
ARGUMENTS¶
biobio
error
error, if any
DESCRIPTION¶
For code that has saved and restored bi_end_io; thing hard before using this function, probably you should've cloned the entire bio.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |