From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757918AbbKSLg1 (ORCPT ); Thu, 19 Nov 2015 06:36:27 -0500 Received: from casper.infradead.org ([85.118.1.10]:33187 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751165AbbKSLg0 (ORCPT ); Thu, 19 Nov 2015 06:36:26 -0500 Date: Thu, 19 Nov 2015 12:36:18 +0100 From: Peter Zijlstra To: "Kirill A. Shutemov" Cc: Hugh Dickins , Andrea Arcangeli , Andrew Morton , Dave Hansen , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Jerome Marchand , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 2/9] mm: introduce fault_env Message-ID: <20151119113618.GN3816@twins.programming.kicks-ass.net> References: <1447889136-6928-1-git-send-email-kirill.shutemov@linux.intel.com> <1447889136-6928-3-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447889136-6928-3-git-send-email-kirill.shutemov@linux.intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 19, 2015 at 01:25:29AM +0200, Kirill A. Shutemov wrote: > The idea borrowed from Peter's patch from patchset on speculative page > faults[1]: > > Instead of passing around the endless list of function arguments, > replace the lot with a single structure so we can change context > without endless function signature changes. > > The changes are mostly mechanical with exception of faultaround code: > filemap_map_pages() got reworked a bit. > > This patch is preparation for the next one. > > [1] http://lkml.kernel.org/r/20141020222841.302891540@infradead.org > > Signed-off-by: Kirill A. Shutemov > Cc: Peter Zijlstra Thanks for doing that! Acked-by: Peter Zijlstra (Intel)