From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE260C4338F for ; Tue, 24 Aug 2021 11:16:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B3CD36135F for ; Tue, 24 Aug 2021 11:16:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236477AbhHXLRU (ORCPT ); Tue, 24 Aug 2021 07:17:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:44246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231980AbhHXLRR (ORCPT ); Tue, 24 Aug 2021 07:17:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A3CE06120A; Tue, 24 Aug 2021 11:16:30 +0000 (UTC) Date: Tue, 24 Aug 2021 13:16:27 +0200 From: Christian Brauner To: Kari Argillander Cc: Konstantin Komarov , Christoph Hellwig , ntfs3@lists.linux.dev, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Pali =?utf-8?B?Um9ow6Fy?= , Matthew Wilcox Subject: Re: [PATCH v2 4/6] fs/ntfs3: Make mount option nohidden more universal Message-ID: <20210824111627.7iph6vlfdizoqjsr@wittgenstein> References: <20210819002633.689831-1-kari.argillander@gmail.com> <20210819002633.689831-5-kari.argillander@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210819002633.689831-5-kari.argillander@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Aug 19, 2021 at 03:26:31AM +0300, Kari Argillander wrote: > If we call Opt_nohidden with just keyword hidden, then we can use > hidden/nohidden when mounting. We already use this method for almoust > all other parameters so it is just logical that this will use same > method. > > Signed-off-by: Kari Argillander > --- Sounds good. Thanks! Acked-by: Christian Brauner