trace_block_bio_queue(9) putting new block IO operation in queue

SYNOPSIS

void trace_block_bio_queue(struct request_queue * q, struct bio * bio);

ARGUMENTS

q

queue holding operation

bio

new block operation

DESCRIPTION

About to place the block IO operation bio into queue q.

AUTHORS

Jason Baron <[email protected]>

Author.

William Cohen <[email protected]>

Author.

COPYRIGHT