From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:55262 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728184AbeIUUlQ (ORCPT ); Fri, 21 Sep 2018 16:41:16 -0400 From: David Howells In-Reply-To: <20180920151214.15484-4-mszeredi@redhat.com> References: <20180920151214.15484-4-mszeredi@redhat.com> <20180920151214.15484-1-mszeredi@redhat.com> To: Miklos Szeredi Cc: dhowells@redhat.com, Al Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] mount: fix regression in setting "subtype" from legacy API MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15828.1537541521.1@warthog.procyon.org.uk> Date: Fri, 21 Sep 2018 15:52:01 +0100 Message-ID: <15829.1537541521@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Miklos Szeredi 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.