On 4/24/25 01:08, Eric Sandeen wrote: > From: Hongbo Li <lihongbo22@xxxxxxxxxx> > > 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 <lihongbo22@xxxxxxxxxx> > [sandeen: forward port, minor fixes and updates, more fsparam_enum] > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Reviewed-by: Chao Yu <chao@xxxxxxxxxx> Thanks,