From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx191.postini.com [74.125.245.191]) by kanga.kvack.org (Postfix) with SMTP id CB0796B008C for ; Sun, 8 Jul 2012 14:35:59 -0400 (EDT) Message-ID: <4FF9D2EF.7010901@redhat.com> Date: Sun, 08 Jul 2012 14:35:27 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [RFC][PATCH 14/26] sched, numa: Numa balancer References: <20120316144028.036474157@chello.nl> <20120316144241.012558280@chello.nl> In-Reply-To: <20120316144241.012558280@chello.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Peter Zijlstra Cc: Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Dan Smith , Bharata B Rao , Lee Schermerhorn , Andrea Arcangeli , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org On 03/16/2012 10:40 AM, Peter Zijlstra wrote: +static bool can_move_ne(struct numa_entity *ne) +{ + /* + * XXX: consider mems_allowed, stinking cpusets has mems_allowed + * per task and it can actually differ over a whole process, la-la-la. + */ + return true; +} This looks like something that should be fixed before the code is submitted for merging upstream. -- 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