Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59545C433EF for ; Tue, 23 Nov 2021 05:57:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233576AbhKWGA4 (ORCPT ); Tue, 23 Nov 2021 01:00:56 -0500 Received: from verein.lst.de ([213.95.11.211]:60035 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233479AbhKWGAz (ORCPT ); Tue, 23 Nov 2021 01:00:55 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id BF5ED68B05; Tue, 23 Nov 2021 06:57:44 +0100 (CET) Date: Tue, 23 Nov 2021 06:57:42 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , Mike Snitzer , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Subject: Re: [PATCH 04/29] dax: simplify the dax_device <-> gendisk association Message-ID: <20211123055742.GB13711@lst.de> References: <20211109083309.584081-1-hch@lst.de> <20211109083309.584081-5-hch@lst.de> 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) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Nov 22, 2021 at 07:33:06PM -0800, Dan Williams wrote: > Is it time to add a "DAX" symbol namespace? What would be the benefit?