.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "BIO_UNMAP_USER" "9" "09 October 2005" "" "" .SH NAME bio_unmap_user \- unmap a bio .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void bio_unmap_user (struct bio * \fIbio\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbio\fB\fR the bio being unmapped .SH "DESCRIPTION" .PP Unmap a bio previously mapped by \fBbio_map_user\fR\&. Must be called with a process context. .PP \fBbio_unmap_user\fR may sleep.