]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bcachefs: Don't use a shared decompress workspace mempool
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 15 Nov 2024 05:52:20 +0000 (00:52 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:18 +0000 (01:36 -0500)
commite1702b989151649b27a73b776fc5bc494d03f725
treeb676adedd0b1f792d592f7067c63eeaffc5252fa
parent6a4ce7a92fcc12762154c7f695c969787780c7c8
bcachefs: Don't use a shared decompress workspace mempool

gzip and zstd require different decompress workspace sizes, and if we
start with one and then start using the other at runtime we may not get
the correct size

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
fs/bcachefs/compress.c
fs/bcachefs/errcode.h