[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <16466.1537541810@warthog.procyon.org.uk>
Date: Fri, 21 Sep 2018 15:56:50 +0100
From: David Howells <dhowells@...hat.com>
To: Miklos Szeredi <mszeredi@...hat.com>
Cc: dhowells@...hat.com, Al Viro <viro@...IV.linux.org.uk>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/6] fsconfig: parse "subtype" param for old internal API
Miklos Szeredi <mszeredi@...hat.com> 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, "subtype", subtype, strlen(subtype));
rather than setting fc->subtype itself. I've made that change and folded this
patch also.
David
Powered by blists - more mailing lists