From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id 6EFF06B0003 for ; Mon, 21 May 2018 00:25:37 -0400 (EDT) Received: by mail-pf0-f197.google.com with SMTP id x23-v6so8529326pfm.7 for ; Sun, 20 May 2018 21:25:37 -0700 (PDT) Received: from mga02.intel.com (mga02.intel.com. [134.134.136.20]) by mx.google.com with ESMTPS id g3-v6si4171921pgr.291.2018.05.20.21.25.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 May 2018 21:25:36 -0700 (PDT) Date: Sun, 20 May 2018 22:25:34 -0600 From: Ross Zwisler Subject: Re: [PATCH v11 51/63] dax: Fix use of zero page Message-ID: <20180521042534.GA27043@linux.intel.com> References: <20180414141316.7167-1-willy@infradead.org> <20180414141316.7167-52-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180414141316.7167-52-willy@infradead.org> Sender: owner-linux-mm@kvack.org List-ID: To: Matthew Wilcox Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Matthew Wilcox , Jan Kara , Jeff Layton , Lukas Czerner , Ross Zwisler , Christoph Hellwig , Goldwyn Rodrigues , Nicholas Piggin , Ryusuke Konishi , linux-nilfs@vger.kernel.org, Jaegeuk Kim , Chao Yu , linux-f2fs-devel@lists.sourceforge.net, Oleg Drokin , Andreas Dilger , James Simmons , Mike Kravetz On Sat, Apr 14, 2018 at 07:13:04AM -0700, Matthew Wilcox wrote: > From: Matthew Wilcox > > Use my_zero_pfn instead of ZERO_PAGE, and pass the vaddr to it so it > works on MIPS and s390. > > Signed-off-by: Matthew Wilcox Feel free to add my: Reviewed-by: Ross Zwisler To this version as well if you keep this patch in the larger series.