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

2025-07-11 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 23 Apr 2025 12:08:45 -0500 you 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 stru

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

2025-05-07 Thread Chao Yu via Linux-f2fs-devel
On 4/24/25 01:08, 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 >

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

2025-05-07 Thread Hongbo Li via Linux-f2fs-devel
On 2025/4/24 1:08, 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 [sandeen: for

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

2025-04-24 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