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
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