void blk_queue_issue_flush_fn (request_queue_t * q, issue_flush_fn * iff);
void blk_queue_issue_flush_fn
the request queue
the function to be called issuing the flush
If a driver supports issuing a flush command, the support is notified to the block layer by defining it through this call.