Re: [f2fs-dev] [PATCH 1/7] f2fs: Add fs parameter specifications for mount options

2025-05-07 Thread Chao Yu via Linux-f2fs-devel
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 >

[f2fs-dev] [PATCH 1/7] f2fs: Add fs parameter specifications for mount options

2025-04-21 Thread Eric Sandeen via Linux-f2fs-devel
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