From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:57484 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbcI3IxZ (ORCPT ); Fri, 30 Sep 2016 04:53:25 -0400 Date: Fri, 30 Sep 2016 01:53:23 -0700 From: Christoph Hellwig To: Jan Kara Cc: linux-fsdevel@vger.kernel.org, linux-nvdimm@ml01.01.org, Dan Williams , Ross Zwisler Subject: Re: [PATCH 1/6] dax: Do not warn about BH_New buffers Message-ID: <20160930085323.GA22381@infradead.org> References: <1474994615-29553-1-git-send-email-jack@suse.cz> <1474994615-29553-2-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474994615-29553-2-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Sep 27, 2016 at 06:43:30PM +0200, Jan Kara wrote: > Filesystems will return BH_New buffers to dax code to indicate freshly > allocated blocks which will then trigger synchronization of file > mappings in page tables with actual block mappings. So do not warn about > returned BH_New buffers. > > Signed-off-by: Jan Kara Looks fine, Reviewed-by: Christoph Hellwig