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 14:49:10 +0000 (08:49 -0600)
commit2aee89bea35ffb1d350e04322ced5335e012c0eb
treef8546add71c9c3efed0529c83951beef0f668e67
parentead12caeb8ac993592922fcaa36e1665a10dd993
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