1. NAME

blk_pre_runtime_resume - Pre runtime resume processing

2. SYNOPSIS

void blk_pre_runtime_resume(struct request_queue *  q );

3. ARGUMENTS

q
    the queue of the device

4. DESCRIPTION

Update the queueAqs runtime status to RESUMING in preparation for the runtime resume of the device.

This function should be called near the start of the deviceAqs runtime_resume callback.

5. COPYRIGHT