From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:56611 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934337AbdKBULS (ORCPT ); Thu, 2 Nov 2017 16:11:18 -0400 Date: Thu, 2 Nov 2017 21:11:16 +0100 From: Christoph Hellwig Subject: Re: [PATCH 01/15] dax: quiet bdev_dax_supported() Message-ID: <20171102201116.GA5732@lst.de> References: <150949209290.24061.6283157778959640151.stgit@dwillia2-desk3.amr.corp.intel.com> <150949210033.24061.4289855641340001687.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150949210033.24061.4289855641340001687.stgit@dwillia2-desk3.amr.corp.intel.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Dan Williams Cc: linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-mm@kvack.org, Jeff Moyer , linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org, hch@lst.de On Tue, Oct 31, 2017 at 04:21:40PM -0700, Dan Williams wrote: > Before we add another failure reason, quiet the existing log messages. > Leave it to the caller to decide if bdev_dax_supported() failures are > errors worth emitting to the log. > > Reported-by: Jeff Moyer > Signed-off-by: Dan Williams Looks good, Reviewed-by: Christoph Hellwig