blk_start_queueing — initiate dispatch of requests to device
request queue to kick into gear
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.