From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8A83E3FC1 for ; Tue, 24 Aug 2021 08:03:49 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 6604868AFE; Tue, 24 Aug 2021 10:03:47 +0200 (CEST) Date: Tue, 24 Aug 2021 10:03:46 +0200 From: Christoph Hellwig To: Kari Argillander Cc: Konstantin Komarov , Christoph Hellwig , ntfs3@lists.linux.dev, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Pali =?iso-8859-1?Q?Roh=E1r?= , Matthew Wilcox , Christian Brauner Subject: Re: [PATCH v2 6/6] fs/ntfs3: Rename mount option no_acl_rules > (no)acl_rules Message-ID: <20210824080346.GE26733@lst.de> References: <20210819002633.689831-1-kari.argillander@gmail.com> <20210819002633.689831-7-kari.argillander@gmail.com> Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210819002633.689831-7-kari.argillander@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Aug 19, 2021 at 03:26:33AM +0300, Kari Argillander wrote: > Rename mount option no_acl_rules to noacl_rules. This allow us to use > possibility to mount with options noacl_rules or acl_rules. > > Signed-off-by: Kari Argillander Looks good, Reviewed-by: Christoph Hellwig