On 2/24/25 8:02 AM, Jan Kara wrote: > On Sun 23-02-25 13:57:40, Eric Sandeen wrote: >> Convert ext2 to the new mount API. >> >> Note that this makes the sb= option more accepting than it was before; >> previosly, sb= was only accepted if it was the first specified option. >> Now it can exist anywhere, and if respecified, the last specified value >> is used. >> >> Parse-time messages here are sent to ext2_msg with a NULL sb, and >> ext2_msg is adjusted to accept that, as ext4 does today as well. >> >> Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> > > Looks good to me. Thanks! Thanks Jan - You probably saw the minor nit from the kernel test robot, "const struct fs_parameter_spec ext2_param_spec" should be static, too. Sorry about that! -Eric