1. NAME

trace_block_bio_backmerge - merging block operation to the end of an existing operation

2. SYNOPSIS

void trace_block_bio_backmerge(struct request_queue *  q , struct request *  rq , struct bio *  bio );

3. ARGUMENTS

q
    queue holding operation

rq
    request bio is being merged into

bio
    new block operation to merge

4. DESCRIPTION

Merging block request bio to the end of an existing block request in queue q.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT