TRACE_BLOCK_BIO_COMP
Section: Block IO (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
trace_block_bio_complete - completed all work on the block operation
 
SYNOPSIS
- 
void trace_block_bio_complete(struct request_queue * q, struct bio * bio);
ARGUMENTS
q
- 
- queue holding the block operation
bio
- 
block operation completed
DESCRIPTION
This tracepoint indicates there is no further work to do on this block IO operation
bio.
 
AUTHORS
Jason Baron <jbaron@redhat.com>
- 
Author.
William Cohen <wcohen@redhat.com>
- 
Author.
COPYRIGHT