Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1601233ybk; Thu, 21 May 2020 10:36:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwuWZf9ZuGRYJRUesz9H+D4x3gtA2q0ApTMCNii8bR1IxxPzdpYeNaLdc57vW9rGM9tigit X-Received: by 2002:a05:6402:3092:: with SMTP id de18mr8653203edb.109.1590082576584; Thu, 21 May 2020 10:36:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590082576; cv=none; d=google.com; s=arc-20160816; b=AHF9Mdidy4q9ZdFIyErHjvx4FvsLPf08vZHkM17+3g8k4A8DGgKaaD5jBx97W9tOvn 13xHyEMEVsxvSd3D54kByMYiQnfTJ5/p7ktNZDobbO4HozP59jo5gLw89IFGsr/qTJfV +iZJ5aq8kCLwkWMMfvsZM+O5DsW06CsGtWmJew66yEJqsKKMZe4vx7cVgz/q13zO+61U ZDbd+gIVTjse53oAYVjhofi4bbygcmpnEy90cee0/4S5x03Y+E/e9gZJEenNVlN8lsKq NG+Kqw1n6WrxULUaqxTWq+yPANaW989/4SWT1FYGaRCXUbRi6ifgFk0wWnnYWT/ydh+5 Q/lA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=OJaXvZx8fJYtbmNkyjZQOf5FHj8D/f1m1Mb/EU7WMc8=; b=HMspqOK+zJB5vkN7MVVAjb2cjZW++/57dZacQdk7CYSvLXijkj7Kx4RhLe1Y4ZqHzn eO6x90QqsMSDuLRoFD4UDtqMwDhvjZvikox3YcSGbJUbgMoo5gfsG1kgsdJ8NfS2hzmk Zlgivvt944nZjeIZ7OXRO2EMS/tC8GO8cOfoD8jXEO62oby6Zefd9J6IFyMVRhFCxEJZ I6D15YxczlDv3hQ4ra8yiCXU6zD0bGasPpF7iAkIrNL2wXWM50vioRqJZSagLlTWaTCq Q0EOMlaj3oCmjtoDv/x5UQXHlY2H8lbPdkh+aRZIWfHyrqfevjky4HWIkZGsLY34OOyO uFNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g6si3351703eds.257.2020.05.21.10.35.52; Thu, 21 May 2020 10:36:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730035AbgEURcE (ORCPT + 99 others); Thu, 21 May 2020 13:32:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726821AbgEURcE (ORCPT ); Thu, 21 May 2020 13:32:04 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 646BBC061A0E; Thu, 21 May 2020 10:32:04 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jbp33-00D3M5-H2; Thu, 21 May 2020 17:32:01 +0000 Date: Thu, 21 May 2020 18:32:01 +0100 From: Al Viro To: Namjae Jeon Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, Namjae Jeon Subject: Re: [PATCH] exfat: add the dummy mount options to be backward compatible with staging/exfat Message-ID: <20200521173201.GG23230@ZenIV.linux.org.uk> References: <20200521122034.2254-1-namjae.jeon@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200521122034.2254-1-namjae.jeon@samsung.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 21, 2020 at 09:20:34PM +0900, Namjae Jeon wrote: > As Ubuntu and Fedora release new version used kernel version equal to or > higher than v5.4, They started to support kernel exfat filesystem. > > Linus Torvalds reported mount error with new version of exfat on Fedora. > > exfat: Unknown parameter 'namecase' > > This is because there is a difference in mount option between old > staging/exfat and new exfat. > And utf8, debug, and codepage options as well as namecase have been > removed from new exfat. > > This patch add the dummy mount options as deprecated option to be backward > compatible with old one. > > Reported-by: Linus Torvalds > Suggested-by: Linus Torvalds > Signed-off-by: Namjae Jeon Do you want that to go via vfs.git #fixes, or would you rather have Linus apply it straight to mainline?