Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968330AbdD0JlA convert rfc822-to-8bit (ORCPT ); Thu, 27 Apr 2017 05:41:00 -0400 Received: from tyo162.gate.nec.co.jp ([114.179.232.162]:56525 "EHLO tyo162.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752706AbdD0Jku (ORCPT ); Thu, 27 Apr 2017 05:40:50 -0400 From: Naoya Horiguchi To: "Aneesh Kumar K.V" CC: "akpm@linux-foundation.org" , "mpe@ellerman.id.au" , Anshuman Khandual , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" Subject: Re: [PATCH 2/7] mm/follow_page_mask: Split follow_page_mask to smaller functions. Thread-Topic: [PATCH 2/7] mm/follow_page_mask: Split follow_page_mask to smaller functions. Thread-Index: AQHSt53F9FPeY9eN1US6D3sFXEOtzKHYbkkA Date: Thu, 27 Apr 2017 09:39:42 +0000 Message-ID: <20170427093942.GB8842@hori1.linux.bs1.fc.nec.co.jp> References: <1492449106-27467-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1492449106-27467-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1492449106-27467-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Accept-Language: en-US, ja-JP Content-Language: ja-JP X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.128.101.1] Content-Type: text/plain; charset="iso-2022-jp" Content-ID: Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-TM-AS-MML: disable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 458 Lines: 9 On Mon, Apr 17, 2017 at 10:41:41PM +0530, Aneesh Kumar K.V wrote: > Makes code reading easy. No functional changes in this patch. In a followup > patch, we will be updating the follow_page_mask to handle hugetlb hugepd format > so that archs like ppc64 can switch to the generic version. This split helps > in doing that nicely. > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Naoya Horiguchi