From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Zwisler Subject: Re: [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks Date: Tue, 29 Nov 2016 10:48:11 -0700 Message-ID: <20161129174811.GA30208@linux.intel.com> References: <1479980796-26161-1-git-send-email-jack@suse.cz> <1479980796-26161-2-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Ross Zwisler , linux-ext4@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org, Johannes Weiner To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <1479980796-26161-2-git-send-email-jack@suse.cz> Sender: owner-linux-mm@kvack.org List-Id: linux-ext4.vger.kernel.org On Thu, Nov 24, 2016 at 10:46:31AM +0100, Jan Kara wrote: > So far we did not return BH_New buffers from ext2_get_blocks() when we > allocated and zeroed-out a block for DAX inode to avoid racy zeroing in > DAX code. This zeroing is gone these days so we can remove the > workaround. > > Reviewed-by: Christoph Hellwig > Signed-off-by: Jan Kara Reviewed-by: Ross Zwisler -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4F82C81ECC for ; Tue, 29 Nov 2016 09:48:12 -0800 (PST) Date: Tue, 29 Nov 2016 10:48:11 -0700 From: Ross Zwisler Subject: Re: [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks Message-ID: <20161129174811.GA30208@linux.intel.com> References: <1479980796-26161-1-git-send-email-jack@suse.cz> <1479980796-26161-2-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1479980796-26161-2-git-send-email-jack@suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Jan Kara Cc: linux-nvdimm@lists.01.org, linux-mm@kvack.org, Johannes Weiner , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org List-ID: On Thu, Nov 24, 2016 at 10:46:31AM +0100, Jan Kara wrote: > So far we did not return BH_New buffers from ext2_get_blocks() when we > allocated and zeroed-out a block for DAX inode to avoid racy zeroing in > DAX code. This zeroing is gone these days so we can remove the > workaround. > > Reviewed-by: Christoph Hellwig > Signed-off-by: Jan Kara Reviewed-by: Ross Zwisler _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm