From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964840AbdKBULU (ORCPT ); Thu, 2 Nov 2017 16:11:20 -0400 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 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 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> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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