io_uring: move req->link above req->async_data
authorJens Axboe <axboe@kernel.dk>
Tue, 22 Nov 2022 23:17:36 +0000 (16:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Jan 2023 20:45:32 +0000 (13:45 -0700)
commite0c80632a3d3e5e6811bd9646be687b7c46b2937
treefa4e771a404cd24fece885477b069adfd62c25de
parent129e971772c6b215029abec98ae2e081822d8346
io_uring: move req->link above req->async_data

That moves the link into the previous cacheline. It's OK if the async_data
gets pushed down, we don't dive into that without first checking if it
is valid via ->flags anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h