From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daisuke Nishimura Subject: Re: [PATCH 0/4] swapcgroup(v2) Date: Fri, 23 May 2008 11:42:50 +0900 Message-ID: <48362F2A.40506@mxp.nes.nec.co.jp> References: <48350F15.9070007@mxp.nes.nec.co.jp> <20080522164421.84849565.kamezawa.hiroyu@jp.fujitsu.com> <48362795.9020709@mxp.nes.nec.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48362795.9020709-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: KAMEZAWA Hiroyuki Cc: YAMAMOTO Takashi , Linux MM , Linux Containers , Hugh Dickins , Balbir Singh , Pavel Emelyanov List-Id: containers.vger.kernel.org (sorry, I sent the previous mail before completing it) On 2008/05/23 11:10 +0900, Daisuke Nishimura wrote: > On 2008/05/22 16:44 +0900, KAMEZAWA Hiroyuki wrote: (snip) >>> - make it possible for users to select if they use >>> this feature or not, and avoid overhead for users >>> not using this feature. >>> - move charges along with task move between cgroups. >>> >> I think memory-controller's anon pages should also do this.... > I want it too. Not only it's usefull for users IMHO, but alsoI need it to charge a swap to the group which the task belongs to at the point of swapout. Thanks, Daisuke Nishimura.