io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
authorJens Axboe <axboe@kernel.dk>
Tue, 15 Oct 2024 18:19:33 +0000 (12:19 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Oct 2024 13:07:56 +0000 (07:07 -0600)
commit3e6e12f8f2260aecc65d279a4d0ec6e4519ecb41
treeb97310e543a600c1b94d5d98d952919d4e540ac9
parent239f46dd7ae69c31092c943751d7ffe578a4ac8c
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache

Doesn't matter right now as there's still some bytes left for it, but
let's prepare for the io_kiocb potentially growing and add a specific
freeptr offset for it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c