From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx167.postini.com [74.125.245.167]) by kanga.kvack.org (Postfix) with SMTP id 2BC316B005C for ; Wed, 27 Jun 2012 08:04:48 -0400 (EDT) Message-ID: <4FEAF63D.1090503@parallels.com> Date: Wed, 27 Jun 2012 16:02:05 +0400 From: Glauber Costa MIME-Version: 1.0 Subject: Re: + memcg-rename-config-variables.patch added to -mm tree References: <20120626192108.2BB7FA0329@akpm.mtv.corp.google.com> <20120626195647.GG27816@cmpxchg.org> In-Reply-To: <20120626195647.GG27816@cmpxchg.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: akpm@linux-foundation.org, mm-commits@vger.kernel.org, aneesh.kumar@linux.vnet.ibm.com, hughd@google.com, kamezawa.hiroyu@jp.fujitsu.com, kosaki.motohiro@jp.fujitsu.com, mhocko@suse.cz, rientjes@google.com, tj@kernel.org, linux-mm@kvack.org On 06/26/2012 11:56 PM, Johannes Weiner wrote: > On Tue, Jun 26, 2012 at 12:21:07PM -0700, akpm@linux-foundation.org wrote: >> >> The patch titled >> Subject: memcg: rename config variables >> has been added to the -mm tree. Its filename is >> memcg-rename-config-variables.patch >> >> Before you just go and hit "reply", please: >> a) Consider who else should be cc'ed >> b) Prefer to cc a suitable mailing list as well >> c) Ideally: find the original patch on the mailing list and do a >> reply-to-all to that, adding suitable additional cc's >> >> *** Remember to use Documentation/SubmitChecklist when testing your code *** >> >> The -mm tree is included into linux-next and is updated >> there every 3-4 working days >> >> ------------------------------------------------------ >> From: Andrew Morton >> Subject: memcg: rename config variables >> >> Sanity: >> >> CONFIG_CGROUP_MEM_RES_CTLR -> CONFIG_MEMCG >> CONFIG_CGROUP_MEM_RES_CTLR_SWAP -> CONFIG_MEMCG_SWAP >> CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED -> CONFIG_MEMCG_SWAP_ENABLED >> CONFIG_CGROUP_MEM_RES_CTLR_KMEM -> CONFIG_MEMCG_KMEM > > Yes! Thank you. > > When would be the best time to fix the function/variable namespace? :) > Andrew, This patch forgets to convert some users, and my build breaks. In particular, the ones in include/net/sock.h are not converted. There may be others as well, my build break log is quite extensive =p Just to be clear, I am perfectly happy with the change, just it needs to be fixed. -- 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