From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757504Ab3AIJNN (ORCPT ); Wed, 9 Jan 2013 04:13:13 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58589 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757358Ab3AIJNL (ORCPT ); Wed, 9 Jan 2013 04:13:11 -0500 Date: Wed, 9 Jan 2013 01:15:12 -0800 From: Andrew Morton To: Glauber Costa Cc: Anton Vorontsov , David Rientjes , Pekka Enberg , Mel Gorman , Michal Hocko , "Kirill A. Shutemov" , Luiz Capitulino , Greg Thelen , Leonid Moiseichuk , KOSAKI Motohiro , Minchan Kim , Bartlomiej Zolnierkiewicz , John Stultz , , , , , Subject: Re: [PATCH 1/2] Add mempressure cgroup Message-Id: <20130109011512.a87ffdfa.akpm@linux-foundation.org> In-Reply-To: <50ED30CE.8070208@parallels.com> References: <20130104082751.GA22227@lizard.gateway.2wire.net> <1357288152-23625-1-git-send-email-anton.vorontsov@linaro.org> <50ED30CE.8070208@parallels.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jan 2013 12:56:46 +0400 Glauber Costa wrote: > > +#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_MEMPRESSURE) > > +SUBSYS(mpc_cgroup) > > +#endif > > It might be just me, but if one does not know what this is about, "mpc" > immediately fetches something communication-related to mind. I would > suggest changing this to just plain "mempressure_cgroup", or something > more descriptive. mempressure_cgroup is rather lengthy. "mpcg" would be good - it's short and rememberable.