Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755755AbYLJCJT (ORCPT ); Tue, 9 Dec 2008 21:09:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754047AbYLJCJI (ORCPT ); Tue, 9 Dec 2008 21:09:08 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:47570 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739AbYLJCJH (ORCPT ); Tue, 9 Dec 2008 21:09:07 -0500 Date: Wed, 10 Dec 2008 11:08:11 +0900 From: KAMEZAWA Hiroyuki To: KAMEZAWA Hiroyuki Cc: "linux-mm@kvack.org" , "balbir@linux.vnet.ibm.com" , "nishimura@mxp.nes.nec.co.jp" , "lizf@cn.fujitsu.com" , "menage@google.com" , "kosaki.motohiro@jp.fujitsu.com" , "linux-kernel@vger.kernel.org" Subject: Re: [RFC][PATCH 1/6] memcg: fix pre_destory handler Message-Id: <20081210110811.652311a7.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20081209200647.a1fa76a9.kamezawa.hiroyu@jp.fujitsu.com> References: <20081209200213.0e2128c1.kamezawa.hiroyu@jp.fujitsu.com> <20081209200647.a1fa76a9.kamezawa.hiroyu@jp.fujitsu.com> Organization: FUJITSU Co. LTD. X-Mailer: Sylpheed 2.5.0 (GTK+ 2.10.14; i686-pc-mingw32) 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 Content-Length: 625 Lines: 20 On Tue, 9 Dec 2008 20:06:47 +0900 KAMEZAWA Hiroyuki wrote: > @@ -98,6 +98,8 @@ enum { > CGRP_RELEASABLE, > /* Control Group requires release notifications to userspace */ > CGRP_NOTIFY_ON_RELEASE, > + /* Control Group is preparing for death */ > + CGRP_PRE_REMOVAL, > }; I'll rename CGRP_PRE_REMOVAL to be CGRP_TRY_REMOVE> Thanks, -Kame -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/