From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756239AbdESQCK (ORCPT ); Fri, 19 May 2017 12:02:10 -0400 Received: from outbound-smtp07.blacknight.com ([46.22.139.12]:47314 "EHLO outbound-smtp07.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753424AbdESQCI (ORCPT ); Fri, 19 May 2017 12:02:08 -0400 Date: Fri, 19 May 2017 17:02:05 +0100 From: Mel Gorman To: Anshuman Khandual Cc: Zi Yan , n-horiguchi@ah.jp.nec.com, kirill.shutemov@linux.intel.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, minchan@kernel.org, vbabka@suse.cz, mhocko@kernel.org, zi.yan@cs.rutgers.edu, dnellans@nvidia.com Subject: Re: [PATCH v5 02/11] mm: mempolicy: add queue_pages_node_check() Message-ID: <20170519160205.hkte6tlw26lfn74h@techsingularity.net> References: <20170420204752.79703-1-zi.yan@sent.com> <20170420204752.79703-3-zi.yan@sent.com> <16799a52-8a03-7099-5f95-3016808ae65f@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <16799a52-8a03-7099-5f95-3016808ae65f@linux.vnet.ibm.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 19, 2017 at 06:43:37PM +0530, Anshuman Khandual wrote: > On 04/21/2017 09:34 AM, Anshuman Khandual wrote: > > On 04/21/2017 02:17 AM, Zi Yan wrote: > >> From: Naoya Horiguchi > >> > >> Introduce a separate check routine related to MPOL_MF_INVERT flag. > >> This patch just does cleanup, no behavioral change. > > > > Can you please send it separately first, this should be debated > > and merged quickly and not hang on to the series if we have to > > respin again. > > > > Reviewed-by: Anshuman Khandual > > Mel/Andrew, > > This does not have any functional changes and very much independent. > Can this clean up be accepted as is ? In that case we will have to > carry one less patch in the series which can make the review process > simpler. > As you say, there is no functional change but the helper name is vague and gives no hint to what's it's checking for. It's somewhat tolerable as it is as it's obvious what is being checked but the same is not true with the helper name. -- Mel Gorman SUSE Labs