io_uring/rsrc: get rid of io_rsrc_node allocation cache
authorJens Axboe <axboe@kernel.dk>
Sat, 26 Oct 2024 12:43:44 +0000 (06:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Oct 2024 13:07:56 +0000 (07:07 -0600)
commit943067c581e5fe766258a6b3922483ca278096b0
treea5aa411f94beb4af377cf56da12bbeb278520b51
parenta1988c1271fb323c42117d1bc31c9f0e0f5c7a65
io_uring/rsrc: get rid of io_rsrc_node allocation cache

It's not going to be needed in the fast path going forward, so kill it
off.

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