Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yue Hu and committed by
Gao Xiang
1e59af07 af2d861d

-2
-2
fs/erofs/decompressor.c
··· 46 46 erofs_err(sb, "too large lz4 pclusterblks %u", 47 47 sbi->lz4.max_pclusterblks); 48 48 return -EINVAL; 49 - } else if (sbi->lz4.max_pclusterblks >= 2) { 50 - erofs_info(sb, "EXPERIMENTAL big pcluster feature in use. Use at your own risk!"); 51 49 } 52 50 } else { 53 51 distance = le16_to_cpu(dsb->u1.lz4_max_distance);