On 4/20/25 23:25, Eric Sandeen wrote:
> From: Hongbo Li
>
> Use an array of `fs_parameter_spec` called f2fs_param_specs to
> hold the mount option specifications for the new mount api.
>
> Add constant_table structures for several options to facilitate
> parsing.
>
> Signed-off-by: Hongbo Li
>
From: Hongbo Li
Use an array of `fs_parameter_spec` called f2fs_param_specs to
hold the mount option specifications for the new mount api.
Add constant_table structures for several options to facilitate
parsing.
Signed-off-by: Hongbo Li
[sandeen: forward port, minor fixes and updates, more fsp