1. NAME

trace_block_bio_complete - completed all work on the block operation

2. SYNOPSIS

void trace_block_bio_complete(struct request_queue *  q , struct bio *  bio , int  error );

3. ARGUMENTS

q
    queue holding the block operation

bio
    block operation completed

error
    io error value

4. DESCRIPTION

This tracepoint indicates there is no further work to do on this block IO operation bio.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT