SYNOPSIS

void blk_run_queue_async(struct request_queue * q);

ARGUMENTS

q

The queue to run

DESCRIPTION

Tells kblockd to perform the equivalent of blk_run_queue on behalf of us. The caller must hold the queue lock.

COPYRIGHT