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 0F25F72 for ; Mon, 18 Oct 2021 04:36:43 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 1FC5867373; Mon, 18 Oct 2021 06:36:33 +0200 (CEST) Date: Mon, 18 Oct 2021 06:36:33 +0200 From: Christoph Hellwig To: Dan Williams Cc: "Darrick J. Wong" , Shiyang Ruan , Christoph Hellwig , linux-xfs , david , linux-fsdevel , Linux Kernel Mailing List , Linux NVDIMM , Goldwyn Rodrigues , Al Viro , Matthew Wilcox Subject: Re: [PATCH v10 7/8] xfs: support CoW in fsdax mode Message-ID: <20211018043633.GA23493@lst.de> References: <20210928062311.4012070-1-ruansy.fnst@fujitsu.com> <20210928062311.4012070-8-ruansy.fnst@fujitsu.com> <20211014170622.GB24333@magnolia> Precedence: bulk X-Mailing-List: nvdimm@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: User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Oct 14, 2021 at 10:50:00AM -0700, Dan Williams wrote: > The other blocker was enabling mounting dax filesystems on a > dax-device rather than a block device. I'm actively refactoring the > nvdimm subsystem side of that equation, but could use help with the > conversion of the xfs mount path. Christoph, might you have that in > your queue? It's in my queue. I'm about to send your a series of prep patches and plan to tackle the actual mounting next merge window.