io_uring/poll: shrink alloc cache size to 32
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2024 13:53:07 +0000 (07:53 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2024 17:10:13 +0000 (11:10 -0600)
commit724902260fabf7254d1787177c8f501d74ab08c6
tree5cc68ff785b903527903906471d5f678f0b71469
parentfdde82649a19ca3fd9cfa9b1d9ab641f4b73b252
io_uring/poll: shrink alloc cache size to 32

This should be plenty, rather than the default of 128, and matches what
we have on the rsrc and futex side as well.

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