.\" 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_QUEUE_ISSUE_FLUSH_FN" "9" "09 October 2005" "" ""
.SH NAME
blk_queue_issue_flush_fn \- set function for issuing a flush
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void blk_queue_issue_flush_fn (request_queue_t * \fIq\fB, issue_flush_fn * \fIiff\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
the request queue
.TP
\fB\fIiff\fB\fR
the function to be called issuing the flush
.SH "DESCRIPTION"
.PP
If a driver supports issuing a flush command, the support is notified
to the block layer by defining it through this call.