.\" 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" "" "06 October 2005" "" ""
.SH NAME
bio_unmap_user \- unmap a bio
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void bio_unmap_user (struct bio * \fIbio\fB, int \fIwrite_to_vm\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbio\fB\fR
the bio being unmapped
.TP
\fB\fIwrite_to_vm\fB\fR
bool indicating whether pages were written to
.SH "DESCRIPTION"
.PP
Unmap a bio previously mapped by \fBbio_map_user\fR\&. The \fIwrite_to_vm\fR
must be the same as passed into \fBbio_map_user\fR\&. Must be called with
a process context.
.PP
\fBbio_unmap_user\fR may sleep.