From: Christoph Hellwig Subject: Re: [PATCH v3 2/4] xfs: perform dax_device lookup at mount Date: Thu, 31 Aug 2017 11:56:36 +0200 Message-ID: <20170831095636.GB21443@lst.de> References: <150412222686.10177.8031279869867070772.stgit@dwillia2-desk3.amr.corp.intel.com> <150412223801.10177.4972035211701096310.stgit@dwillia2-desk3.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-nvdimm@lists.01.org, Christoph Hellwig , "Darrick J. Wong" To: Dan Williams Return-path: Received: from verein.lst.de ([213.95.11.211]:54319 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751250AbdHaJ4h (ORCPT ); Thu, 31 Aug 2017 05:56:37 -0400 Content-Disposition: inline In-Reply-To: <150412223801.10177.4972035211701096310.stgit@dwillia2-desk3.amr.corp.intel.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: We don't really need the dax_device for the log device (yet), but acquiring it seems harmless, so: Reviewed-by: Christoph Hellwig