• Tejun Heo's avatar
    block: add @req to bio_{front|back}_merge tracepoints · 8c1cf6bb
    Tejun Heo authored
    bio_{front|back}_merge tracepoints report a bio merging into an
    existing request but didn't specify which request the bio is being
    merged into.  Add @req to it.  This makes it impossible to share the
    event template with block_bio_queue - split it out.
    
    @req isn't used or exported to userland at this point and there is no
    userland visible behavior change.  Later changes will make use of the
    extra parameter.
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    8c1cf6bb
blk-core.c 81.9 KB