Name
trace_block_bio_backmerge —
merging block operation to the end of an existing operation
Synopsis
void trace_block_bio_backmerge (
struct request_queue * q, struct bio * bio)
;
Arguments
q
queue holding operation
bio
new block operation to merge
Description
Merging block request bio
to the end of an existing block request
in queue q
.