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 19:23:03 +0000 (13:23 -0600)
commit83465db3ed6ad580c50d89a1794690c2f4425491
tree97f0e5a909417f5b9b69cc5e4d0a836df87a34f8
parent809921aa7613dcf277056ebe89451629d245e315
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