• Jens Axboe's avatar
    io_uring: improve request linking trace · eed138d6
    Jens Axboe authored
    Right now any link trace is listed as being linked after the head
    request in the chain, but it's more useful to note explicitly which
    request a given new request is chained to. Change the link trace to dump
    the tail request so that chains are immediately apparent when looking at
    traces.
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    eed138d6
io_uring.c 103 KB