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>
Tue, 29 Oct 2024 19:43:28 +0000 (13:43 -0600)
commitaaa736b186239b7dc7778ae94c75f26c96972796
tree434b16ca0d6fb86cfb9a23428f6ce4cb403b8b7a
parentff1256b8f3c45f222bce19fbfc1e1bc498b31d03
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