blk_start_queueing(9)
NAME
blk_start_queueing - initiate dispatch of requests to device
SYNOPSIS
void blk_start_queueing(struct request_queue * q);
ARGUMENTS
- q
- request queue to kick into gear
DESCRIPTION
This is basically a helper to remove the need to know whether a queue
is plugged or not if someone just wants to initiate dispatch of
requests for this queue.
The queue lock must be held with interrupts disabled.