Re: [PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
From: David Howells
Date: Fri Sep 21 2018 - 10:52:06 EST
Miklos Szeredi <mszeredi@xxxxxxxxxx> wrote:
> Subtype was initilized at the wrong place from the wrong source
> (fstype->fs_type->name, which does not ever contain a subtype).
>
> Set subtype from do_new_mount(), where it actually does something.
> Verified with fuse.
Folded.