.\" 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 "BLKDEV_ISSUE_FLUSH" "9" "09 October 2005" "" "" .SH NAME blkdev_issue_flush \- queue a flush .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int blkdev_issue_flush (struct block_device * \fIbdev\fB, sector_t * \fIerror_sector\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdev\fB\fR blockdev to issue flush for .TP \fB\fIerror_sector\fB\fR error sector .SH "DESCRIPTION" .PP Issue a flush for the block device in question. Caller can supply room for storing the error offset in case of a flush error, if they wish to. Caller must run \fBwait_for_completion\fR on its own.