From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: Re: [PATCH v3 03/13] memcg: change defines to an enum Date: Mon, 1 Oct 2012 15:06:52 -0400 Message-ID: <20121001190652.GD23734@cmpxchg.org> References: <1347977050-29476-1-git-send-email-glommer@parallels.com> <1347977050-29476-4-git-send-email-glommer@parallels.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1347977050-29476-4-git-send-email-glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Glauber Costa Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org, devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, Tejun Heo , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes On Tue, Sep 18, 2012 at 06:04:00PM +0400, Glauber Costa wrote: > This is just a cleanup patch for clarity of expression. In earlier > submissions, people asked it to be in a separate patch, so here it is. > > [ v2: use named enum as type throughout the file as well ] > > Signed-off-by: Glauber Costa > CC: Johannes Weiner > Acked-by: Kamezawa Hiroyuki > Acked-by: Michal Hocko Should probably be the first in the series to get the cleanups out of the way :-) Acked-by: Johannes Weiner From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx104.postini.com [74.125.245.104]) by kanga.kvack.org (Postfix) with SMTP id 58FF96B00A2 for ; Mon, 1 Oct 2012 15:07:07 -0400 (EDT) Date: Mon, 1 Oct 2012 15:06:52 -0400 From: Johannes Weiner Subject: Re: [PATCH v3 03/13] memcg: change defines to an enum Message-ID: <20121001190652.GD23734@cmpxchg.org> References: <1347977050-29476-1-git-send-email-glommer@parallels.com> <1347977050-29476-4-git-send-email-glommer@parallels.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347977050-29476-4-git-send-email-glommer@parallels.com> Sender: owner-linux-mm@kvack.org List-ID: To: Glauber Costa Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, devel@openvz.org, Tejun Heo , linux-mm@kvack.org, Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes On Tue, Sep 18, 2012 at 06:04:00PM +0400, Glauber Costa wrote: > This is just a cleanup patch for clarity of expression. In earlier > submissions, people asked it to be in a separate patch, so here it is. > > [ v2: use named enum as type throughout the file as well ] > > Signed-off-by: Glauber Costa > CC: Johannes Weiner > Acked-by: Kamezawa Hiroyuki > Acked-by: Michal Hocko Should probably be the first in the series to get the cleanups out of the way :-) Acked-by: Johannes Weiner -- 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 S1753576Ab2JATHF (ORCPT ); Mon, 1 Oct 2012 15:07:05 -0400 Received: from zene.cmpxchg.org ([85.214.230.12]:58597 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463Ab2JATHC (ORCPT ); Mon, 1 Oct 2012 15:07:02 -0400 Date: Mon, 1 Oct 2012 15:06:52 -0400 From: Johannes Weiner To: Glauber Costa Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, devel@openvz.org, Tejun Heo , linux-mm@kvack.org, Suleiman Souhlal , Frederic Weisbecker , Mel Gorman , David Rientjes Subject: Re: [PATCH v3 03/13] memcg: change defines to an enum Message-ID: <20121001190652.GD23734@cmpxchg.org> References: <1347977050-29476-1-git-send-email-glommer@parallels.com> <1347977050-29476-4-git-send-email-glommer@parallels.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347977050-29476-4-git-send-email-glommer@parallels.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 18, 2012 at 06:04:00PM +0400, Glauber Costa wrote: > This is just a cleanup patch for clarity of expression. In earlier > submissions, people asked it to be in a separate patch, so here it is. > > [ v2: use named enum as type throughout the file as well ] > > Signed-off-by: Glauber Costa > CC: Johannes Weiner > Acked-by: Kamezawa Hiroyuki > Acked-by: Michal Hocko Should probably be the first in the series to get the cleanups out of the way :-) Acked-by: Johannes Weiner