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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 7A7EBC388F7 for ; Tue, 10 Nov 2020 18:38:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0EFB820797 for ; Tue, 10 Nov 2020 18:38:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="dkrLW+jy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730775AbgKJSi0 (ORCPT ); Tue, 10 Nov 2020 13:38:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730859AbgKJSiZ (ORCPT ); Tue, 10 Nov 2020 13:38:25 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 338D5C0613D1; Tue, 10 Nov 2020 10:38:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l93VrRujfp95Zc31OkJt16YFqf0i+F4gVSggIc/hd7Q=; b=dkrLW+jyelnVUHGW5tkcS2HnhU K2SPkxMOyD+e/mojCh3vVCFwfmKY4jfDnKnR8TfHgm2g93AtXmd1FfXEE9rvRpGo1aVboogs1Sc/U o5iUZDOuedCf3dRD8BDRshFrLCiUPQ9eGvj29q0wtk8vRBOqJEYVMJ87Tntz5PloQyAdy3CueQ5/o uJqWudWUcYIRkBBQVPaIuSBascDiUNyAVcPMeU4KeOTVjXZ1JX170VjbNNymwaJAR5mI3XrBJXVtC ADOSde6Of5NupmaDAF7JL1sjq8XkdCVNzn02KXRNjWjO3FgTxfZcxYkw2j3aaA6uBXmOKjhCInqU2 c01m+kPg==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcYX9-0002kR-Fj; Tue, 10 Nov 2020 18:38:23 +0000 Date: Tue, 10 Nov 2020 18:38:23 +0000 From: Christoph Hellwig To: Michal Suchanek Cc: linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org, Theodore Ts'o , Andreas Dilger , "Darrick J. Wong" , Ira Weiny , Jan Kara , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] xfs: show the dax option in mount options. Message-ID: <20201110183823.GJ9418@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 09, 2020 at 08:10:08PM +0100, Michal Suchanek wrote: > xfs accepts both dax and dax_enum but shows only dax_enum. Show both > options. Which is very much intentional. The -o dax was an experimental hack that fortunately is gone now.