.\" 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 "I2O_BLOCK_END_REQUEST" "9" "09 October 2005" "" "" .SH NAME i2o_block_end_request \- Post-processing of completed commands .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void i2o_block_end_request (struct request * \fIreq\fB, int \fIuptodate\fB, int \fInr_bytes\fB); \fR .SH "ARGUMENTS" .TP \fB\fIreq\fB\fR request which should be completed .TP \fB\fIuptodate\fB\fR 1 for success, 0 for I/O error, < 0 for specific error .TP \fB\fInr_bytes\fB\fR number of bytes to complete .SH "DESCRIPTION" .PP Mark the request as complete. The lock must not be held when entering.