Add a trace for a bio oriented action
void blk_add_trace_bio(struct request_queue * q, struct bio * bio, u32 what, int error);
q
queue the io is for
bio
the source bio
what
the action
error
error, if any
Records an action against a bio. Will log the bio offset + size.