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