From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by kanga.kvack.org (Postfix) with ESMTP id EAD1D6B0035 for ; Sat, 7 Dec 2013 22:03:17 -0500 (EST) Received: by mail-wg0-f50.google.com with SMTP id a1so2145313wgh.29 for ; Sat, 07 Dec 2013 19:03:17 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id ba4si2035215wjb.78.2013.12.07.19.03.16 for ; Sat, 07 Dec 2013 19:03:16 -0800 (PST) Message-ID: <52A3E156.9090700@redhat.com> Date: Sat, 07 Dec 2013 22:02:46 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl References: <1386321136-27538-1-git-send-email-liwanp@linux.vnet.ibm.com> <1386321136-27538-3-git-send-email-liwanp@linux.vnet.ibm.com> In-Reply-To: <1386321136-27538-3-git-send-email-liwanp@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Wanpeng Li Cc: Ingo Molnar , Andrew Morton , Peter Zijlstra , Mel Gorman , Naoya Horiguchi , linux-kernel@vger.kernel.org, linux-mm@kvack.org On 12/06/2013 04:12 AM, Wanpeng Li wrote: > commit 887c290e (sched/numa: Decide whether to favour task or group weights > based on swap candidate relationships) drop the check against > sysctl_numa_balancing_settle_count, this patch remove the sysctl. > > Signed-off-by: Wanpeng Li Reviewed-by: Rik van Riel -- All rights reversed -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754804Ab3LHDDX (ORCPT ); Sat, 7 Dec 2013 22:03:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28010 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752693Ab3LHDDU (ORCPT ); Sat, 7 Dec 2013 22:03:20 -0500 Message-ID: <52A3E156.9090700@redhat.com> Date: Sat, 07 Dec 2013 22:02:46 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Wanpeng Li CC: Ingo Molnar , Andrew Morton , Peter Zijlstra , Mel Gorman , Naoya Horiguchi , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl References: <1386321136-27538-1-git-send-email-liwanp@linux.vnet.ibm.com> <1386321136-27538-3-git-send-email-liwanp@linux.vnet.ibm.com> In-Reply-To: <1386321136-27538-3-git-send-email-liwanp@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/06/2013 04:12 AM, Wanpeng Li wrote: > commit 887c290e (sched/numa: Decide whether to favour task or group weights > based on swap candidate relationships) drop the check against > sysctl_numa_balancing_settle_count, this patch remove the sysctl. > > Signed-off-by: Wanpeng Li Reviewed-by: Rik van Riel -- All rights reversed