Putting new block io operation in queue
void trace_block_bio_queue(struct request_queue * q, struct bio * bio);
q
queue holding operation
bio
new block operation
About to place the block IO operation bio into queue q.
Jason Baron <[email protected]>
Author.
William Cohen <[email protected]>