1. NAME

trace_block_rq_requeue - place block IO request back on a queue

2. SYNOPSIS

void trace_block_rq_requeue(struct request_queue *  q , struct request *  rq );

3. ARGUMENTS

q
    queue holding operation

rq
    block IO operation request

4. DESCRIPTION

The block operation request rq is being placed back into queue q. For some reason the request was not completed and needs to be put back in the queue.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT