Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9992C433F5 for ; Wed, 24 Nov 2021 06:47:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233841AbhKXGu7 (ORCPT ); Wed, 24 Nov 2021 01:50:59 -0500 Received: from verein.lst.de ([213.95.11.211]:35850 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229604AbhKXGu7 (ORCPT ); Wed, 24 Nov 2021 01:50:59 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4F54468AFE; Wed, 24 Nov 2021 07:47:46 +0100 (CET) Date: Wed, 24 Nov 2021 07:47:46 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , Mike Snitzer , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Subject: Re: [PATCH 17/29] fsdax: factor out a dax_memzero helper Message-ID: <20211124064745.GA7075@lst.de> References: <20211109083309.584081-1-hch@lst.de> <20211109083309.584081-18-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Nov 23, 2021 at 01:22:13PM -0800, Dan Williams wrote: > On Tue, Nov 9, 2021 at 12:34 AM Christoph Hellwig wrote: > > > > Factor out a helper for the "manual" zeroing of a DAX range to clean > > up dax_iomap_zero a lot. > > > > Small / optional fixup below: Incorporated.