io_uring: improve request linking trace
authorJens Axboe <axboe@kernel.dk>
Fri, 20 Sep 2024 05:38:01 +0000 (23:38 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Sep 2024 06:17:46 +0000 (00:17 -0600)
commiteed138d67d99312f07ed3bc326903b6808885571
tree46a215b468a7ba381094f2fef3e9eb18811fdb17
parent04beb6e0e08c30c6f845f50afb7d7953603d7a6f
io_uring: improve request linking trace

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: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c