io_uring/alloc_cache: get rid of _nocache() helper
authorJens Axboe <axboe@kernel.dk>
Thu, 23 Jan 2025 14:34:36 +0000 (07:34 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 23 Jan 2025 18:32:34 +0000 (11:32 -0700)
commitff74954e4e9374f24b95dd46ef0bb1b5fa0a46f2
treee58116d2af4d7fccfeb23910c8565218063dbfb7
parentfa3595523d72d13508befd28cf2ca642cafc69f7
io_uring/alloc_cache: get rid of _nocache() helper

Just allow passing in NULL for the cache, if the type in question
doesn't have a cache associated with it.

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