From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id DA4896B0069 for ; Tue, 18 Oct 2016 13:56:13 -0400 (EDT) Received: by mail-pf0-f198.google.com with SMTP id u84so226422992pfj.6 for ; Tue, 18 Oct 2016 10:56:13 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com. [134.134.136.31]) by mx.google.com with ESMTPS id g16si36848600pfj.150.2016.10.18.10.56.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Oct 2016 10:56:12 -0700 (PDT) Date: Tue, 18 Oct 2016 11:56:11 -0600 From: Ross Zwisler Subject: Re: [PATCH 14/20] mm: Use vmf->page during WP faults Message-ID: <20161018175611.GA7796@linux.intel.com> References: <1474992504-20133-1-git-send-email-jack@suse.cz> <1474992504-20133-15-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474992504-20133-15-git-send-email-jack@suse.cz> Sender: owner-linux-mm@kvack.org List-ID: To: Jan Kara Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-nvdimm@lists.01.org, Dan Williams , Ross Zwisler , "Kirill A. Shutemov" On Tue, Sep 27, 2016 at 06:08:18PM +0200, Jan Kara wrote: > So far we set vmf->page during WP faults only when we needed to pass it > to the ->page_mkwrite handler. Set it in all the cases now and use that > instead of passing page pointer explicitely around. explicitly > 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