[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Daisuke Nishimura
On Thu, 7 Oct 2010 13:22:33 +0900 KAMEZAWA Hiroyuki wrote: > On Thu, 7 Oct 2010 09:26:08 +0530 > Balbir Singh wrote: > > > * KAMEZAWA Hiroyuki [2010-10-07 12:18:16]: > > > > > On Thu, 7 Oct 2010 08:42:04 +0530 > > > Balbir Singh wrote: > > > > > > > * KAMEZAWA Hiroyuki [2010-10-07 > > > >

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread KAMEZAWA Hiroyuki
On Thu, 7 Oct 2010 11:01:17 +0530 Balbir Singh wrote: > * KAMEZAWA Hiroyuki [2010-10-07 13:22:33]: > > > On Thu, 7 Oct 2010 09:26:08 +0530 > > Balbir Singh wrote: > > > > > * KAMEZAWA Hiroyuki [2010-10-07 > > > 12:18:16]: > > > > > > > On Thu, 7 Oct 2010 08:42:04 +0530 > > > > Balbir Singh

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Balbir Singh
* KAMEZAWA Hiroyuki [2010-10-07 13:22:33]: > On Thu, 7 Oct 2010 09:26:08 +0530 > Balbir Singh wrote: > > > * KAMEZAWA Hiroyuki [2010-10-07 12:18:16]: > > > > > On Thu, 7 Oct 2010 08:42:04 +0530 > > > Balbir Singh wrote: > > > > > > > * KAMEZAWA Hiroyuki [2010-10-07 > > > > 08:58:58]: > >

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread KAMEZAWA Hiroyuki
On Thu, 7 Oct 2010 09:26:08 +0530 Balbir Singh wrote: > * KAMEZAWA Hiroyuki [2010-10-07 12:18:16]: > > > On Thu, 7 Oct 2010 08:42:04 +0530 > > Balbir Singh wrote: > > > > > * KAMEZAWA Hiroyuki [2010-10-07 > > > 08:58:58]: > > > > > > > On Wed, 6 Oct 2010 19:53:14 +0530 > > > > Balbir Singh

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Balbir Singh
* nishim...@mxp.nes.nec.co.jp [2010-10-07 12:47:06]: > On Thu, 7 Oct 2010 08:44:59 +0530 > Balbir Singh wrote: > > > * nishim...@mxp.nes.nec.co.jp [2010-10-07 > > 09:54:58]: > > > > > On Wed, 6 Oct 2010 19:53:14 +0530 > > > Balbir Singh wrote: > > > > > > > I propose restricting page_cgro

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Balbir Singh
* KAMEZAWA Hiroyuki [2010-10-07 12:18:16]: > On Thu, 7 Oct 2010 08:42:04 +0530 > Balbir Singh wrote: > > > * KAMEZAWA Hiroyuki [2010-10-07 08:58:58]: > > > > > On Wed, 6 Oct 2010 19:53:14 +0530 > > > Balbir Singh wrote: > > > > > > > I propose restricting page_cgroup.flags to 16 bits. The p

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Daisuke Nishimura
On Thu, 7 Oct 2010 08:44:59 +0530 Balbir Singh wrote: > * nishim...@mxp.nes.nec.co.jp [2010-10-07 > 09:54:58]: > > > On Wed, 6 Oct 2010 19:53:14 +0530 > > Balbir Singh wrote: > > > > > I propose restricting page_cgroup.flags to 16 bits. The patch for the > > > same is below. Comments? > > >

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread KAMEZAWA Hiroyuki
On Thu, 7 Oct 2010 08:42:04 +0530 Balbir Singh wrote: > * KAMEZAWA Hiroyuki [2010-10-07 08:58:58]: > > > On Wed, 6 Oct 2010 19:53:14 +0530 > > Balbir Singh wrote: > > > > > I propose restricting page_cgroup.flags to 16 bits. The patch for the > > > same is below. Comments? > > > > > > > > >

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Balbir Singh
* nishim...@mxp.nes.nec.co.jp [2010-10-07 09:54:58]: > On Wed, 6 Oct 2010 19:53:14 +0530 > Balbir Singh wrote: > > > I propose restricting page_cgroup.flags to 16 bits. The patch for the > > same is below. Comments? > > > > > > Restrict the bits usage in page_cgroup.flags > > > > From: Balb

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Balbir Singh
* KAMEZAWA Hiroyuki [2010-10-07 08:58:58]: > On Wed, 6 Oct 2010 19:53:14 +0530 > Balbir Singh wrote: > > > I propose restricting page_cgroup.flags to 16 bits. The patch for the > > same is below. Comments? > > > > > > Restrict the bits usage in page_cgroup.flags > > > > From: Balbir Singh >

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread Daisuke Nishimura
On Wed, 6 Oct 2010 19:53:14 +0530 Balbir Singh wrote: > I propose restricting page_cgroup.flags to 16 bits. The patch for the > same is below. Comments? > > > Restrict the bits usage in page_cgroup.flags > > From: Balbir Singh > > Restricting the flags helps control growth of the flags unbou

[Devel] Re: [RFC] Restrict size of page_cgroup->flags

2010-10-06 Thread KAMEZAWA Hiroyuki
On Wed, 6 Oct 2010 19:53:14 +0530 Balbir Singh wrote: > I propose restricting page_cgroup.flags to 16 bits. The patch for the > same is below. Comments? > > > Restrict the bits usage in page_cgroup.flags > > From: Balbir Singh > > Restricting the flags helps control growth of the flags unbou