struct request * blk_queue_find_tag (request_queue_t * q, int tag);
struct request * blk_queue_find_tag
The request queue for the device
The tag of the request
Should be used when a device returns a tag and you want to match it with a request.
no locks need be held.