From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD221C43387 for ; Mon, 17 Dec 2018 14:30:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6BD28206A2 for ; Mon, 17 Dec 2018 14:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732664AbeLQOaa (ORCPT ); Mon, 17 Dec 2018 09:30:30 -0500 Received: from outbound-smtp26.blacknight.com ([81.17.249.194]:49783 "EHLO outbound-smtp26.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727332AbeLQOaa (ORCPT ); Mon, 17 Dec 2018 09:30:30 -0500 Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp26.blacknight.com (Postfix) with ESMTPS id 2A34CB8B85 for ; Mon, 17 Dec 2018 14:30:28 +0000 (GMT) Received: (qmail 19359 invoked from network); 17 Dec 2018 14:30:28 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[37.228.245.71]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 17 Dec 2018 14:30:28 -0000 Date: Mon, 17 Dec 2018 14:30:26 +0000 From: Mel Gorman To: Vlastimil Babka Cc: Linux-MM , David Rientjes , Andrea Arcangeli , Linus Torvalds , Michal Hocko , ying.huang@intel.com, kirill@shutemov.name, Andrew Morton , Linux List Kernel Mailing Subject: Re: [PATCH 04/14] mm, compaction: Rename map_pages to split_map_pages Message-ID: <20181217143026.GG29005@techsingularity.net> References: <20181214230310.572-1-mgorman@techsingularity.net> <20181214230310.572-5-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 17, 2018 at 03:06:59PM +0100, Vlastimil Babka wrote: > On 12/15/18 12:03 AM, Mel Gorman wrote: > > It's non-obvious that high-order free pages are split into order-0 > > pages from the function name. Fix it. > > That's fine, but looks like the patch has another change squashed into > it that removes zone parameter from several functions and uses cc->zone > instead. > Bah, it's a rebase mishap. It didn't flag when rereading the patches before sending because "yep, I did that on purpose". I'll split it out, the changelog will be uninspiring. -- Mel Gorman SUSE Labs