summaryrefslogtreecommitdiff
path: root/fs/bcachefs/compress.c
diff options
context:
space:
mode:
authorRichard Davies <richard@arachsys.com>2023-12-03 14:10:27 +0000
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-01 11:47:40 -0500
commitd4e4d8b98b839e1b384d5b58982888b3af1beb84 (patch)
treed5176d13bb34e334266f67bb04023420a117b834 /fs/bcachefs/compress.c
parenta564c9fad581972a4bf02d598ec3ad3f53dcbae2 (diff)
bcachefs: Remove obsolete comment about zstd
Remove obsolete comment about zstd, since approach changed during development of commit bbc3a46065d08f9ab3412b1f26bbfa778c444833 Signed-off-by: Richard Davies <richard@arachsys.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/compress.c')
-rw-r--r--fs/bcachefs/compress.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/bcachefs/compress.c b/fs/bcachefs/compress.c
index 51af8ea230ed..33df8cf86bd8 100644
--- a/fs/bcachefs/compress.c
+++ b/fs/bcachefs/compress.c
@@ -572,10 +572,6 @@ static int __bch2_fs_compress_init(struct bch_fs *c, u64 features)
ZSTD_parameters params = zstd_get_params(zstd_max_clevel(),
c->opts.encoded_extent_max);
- /*
- * ZSTD is lying: if we allocate the size of the workspace it says it
- * requires, it returns memory allocation errors
- */
c->zstd_workspace_size = zstd_cctx_workspace_bound(&params.cParams);
struct {