.\" 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_DIRECT_READ_RESULT" "9" "09 October 2005" "" ""
.SH NAME
nfs_direct_read_result \- handle a read reply for a direct read request
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void nfs_direct_read_result (struct nfs_read_data * \fIdata\fB, int \fIstatus\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
address of NFS READ operation control block
.TP
\fB\fIstatus\fB\fR
status of this NFS READ operation
.SH "DESCRIPTION"
.PP
We must hold a reference to all the pages in this direct read request
until the RPCs complete. This could be long *after* we are woken up in
nfs_direct_read_wait (for instance, if someone hits ^C on a slow server).