On Tue, 04 Mar 2025 12:48:12 -0700, Caleb Sander Mateos wrote: > Add a helper function io_cache_free() that returns an allocation to a > io_alloc_cache, falling back on kfree() if the io_alloc_cache is full. > This is the inverse of io_cache_alloc(), which takes an allocation from > an io_alloc_cache and falls back on kmalloc() if the cache is empty. > > Convert 4 callers to use the helper. > > [...] Applied, thanks! [1/1] io_uring: introduce io_cache_free() helper commit: 0d83b8a9f180436a84fbdeb575696b0c3ae0ac0c Best regards, -- Jens Axboe