aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
diff options
context:
space:
mode:
authorYue Hu <huyue2@coolpad.com>2022-04-07 13:05:43 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2022-05-17 23:38:02 +0800
commit1e59af07c7f361bbe64779ea93546f88f433b912 (patch)
treec4f5d993053183efe4462a54dd1d3df64212b545 /fs/erofs/decompressor.c
parentLinux 5.18-rc4 (diff)
downloadlinux-dev-1e59af07c7f361bbe64779ea93546f88f433b912.tar.xz
linux-dev-1e59af07c7f361bbe64779ea93546f88f433b912.zip
erofs: do not prompt for risk any more when using big pcluster
The big pcluster feature has been merged for a year, it has been mostly stable now. Signed-off-by: Yue Hu <huyue2@coolpad.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20220407050505.12683-1-huyue2@coolpad.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/decompressor.c')
-rw-r--r--fs/erofs/decompressor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/decompressor.c b/fs/erofs/decompressor.c
index 3efa686c7644..0f445f7e1df8 100644
--- a/fs/erofs/decompressor.c
+++ b/fs/erofs/decompressor.c
@@ -46,8 +46,6 @@ int z_erofs_load_lz4_config(struct super_block *sb,
erofs_err(sb, "too large lz4 pclusterblks %u",
sbi->lz4.max_pclusterblks);
return -EINVAL;
- } else if (sbi->lz4.max_pclusterblks >= 2) {
- erofs_info(sb, "EXPERIMENTAL big pcluster feature in use. Use at your own risk!");
}
} else {
distance = le16_to_cpu(dsb->u1.lz4_max_distance);