Re: [PATCHv2] btrfs: compression: allocate buckets with workspace

From: David Sterba

Date: Tue Jul 21 2026 - 08:15:24 EST


On Fri, Jul 03, 2026 at 03:45:57PM -0700, Rosen Penev wrote:
> Convert 3 allocations into one. Simplifies code slightly by removing
> extra kfree calls.
>
> SLUB merges same/similar sized structures for the named caches, so not
> a huge size concern:
>
> grep 2112 /proc/slabinfo
> sighand_cache 593 1335 2112 15 8
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>

With slightly updated changelog merged to for-next, thanks.