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

David Sterba <[email protected]> Tue, 21 Jul 2026 14:09:41 +0200
Newsgroups org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>

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