.\" 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 "BLK_COMPLETE_BARRIER_RQ" "9" "09 October 2005" "" ""
.SH NAME
blk_complete_barrier_rq \- complete possible barrier request
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int blk_complete_barrier_rq (request_queue_t * \fIq\fB, struct request * \fIrq\fB, int \fIsectors\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
the request queue for the device
.TP
\fB\fIrq\fB\fR
the request
.TP
\fB\fIsectors\fB\fR
number of sectors to complete
.SH "DESCRIPTION"
.PP
Used in driver end_io handling to determine whether to postpone
completion of a barrier request until a post flush has been done. This
is the unlocked variant, used if the caller doesn't already hold the
queue lock.