Re: [PATCH v2] erofs: remove dead code in erofs_fc_parse_param

2025-01-17 Thread Gao Xiang
On 2025/1/17 18:06, Chen Linxuan wrote: If an option is unknown to erofs, which means that option is not in `erofs_fs_parameters`, `fs_parse` will return -ENOPARAM, which makes `erofs_fc_parse_param` returns earlier. Signed-off-by: Chen Linxuan Reviewed-by: Gao Xiang Thanks, Gao Xiang

[PATCH v2] erofs: remove dead code in erofs_fc_parse_param

2025-01-17 Thread Chen Linxuan
If an option is unknown to erofs, which means that option is not in `erofs_fs_parameters`, `fs_parse` will return -ENOPARAM, which makes `erofs_fc_parse_param` returns earlier. Signed-off-by: Chen Linxuan --- Change Log: v1->v2: Improve "erofs: add error log in erofs_fc_parse_param" --- fs/erofs