.\" 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 "NFS_LIST_ADD_REQUEST" "" "06 October 2005" "" ""
.SH NAME
nfs_list_add_request \- Insert a request into a sorted list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void nfs_list_add_request (struct nfs_page * \fIreq\fB, struct list_head * \fIhead\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIreq\fB\fR
request
.TP
\fB\fIhead\fB\fR
head of list into which to insert the request.
.SH "DESCRIPTION"
.PP
Note that the wb_list is sorted by page index in order to facilitate
coalescing of requests.
We use an insertion sort that is optimized for the case of appended
writes.