Re: [PATCH 4/6] fsconfig: parse "subtype" param for old internal API

2018-09-21 Thread David Howells
Miklos Szeredi wrote: > This subtype thing is specific to "fuse" and "fuseblk" filesystems. When > these are switched over to the new context API, the handling of this > parameter can be moved from legacy_parse_param() into fuse. I think do_new_mount() should do: vfs_parse_fs_string(fc

[PATCH 4/6] fsconfig: parse "subtype" param for old internal API

2018-09-20 Thread Miklos Szeredi
This subtype thing is specific to "fuse" and "fuseblk" filesystems. When these are switched over to the new context API, the handling of this parameter can be moved from legacy_parse_param() into fuse. Signed-off-by: Miklos Szeredi --- fs/fs_context.c | 10 ++ 1 file changed, 10 inserti