RE: [PATCH 1/3] zram: force disksize setting before using zram

2013-01-18 Thread Dan Magenheimer
berg > Subject: Re: [PATCH 1/3] zram: force disksize setting before using zram > > On Thu, Jan 17, 2013 at 11:12:47AM +0900, Minchan Kim wrote: > > Now zram document syas "set disksize is optional" > > but partly it's wrong. When you try to use zram firstly af

Re: [PATCH 1/3] zram: force disksize setting before using zram

2013-01-17 Thread Greg Kroah-Hartman
On Thu, Jan 17, 2013 at 11:12:47AM +0900, Minchan Kim wrote: > Now zram document syas "set disksize is optional" > but partly it's wrong. When you try to use zram firstly after > booting, you must set disksize, otherwise zram can't work because > zram gendisk's size is 0. But once you do it, you ca

[PATCH 1/3] zram: force disksize setting before using zram

2013-01-16 Thread Minchan Kim
Now zram document syas "set disksize is optional" but partly it's wrong. When you try to use zram firstly after booting, you must set disksize, otherwise zram can't work because zram gendisk's size is 0. But once you do it, you can use zram freely after reset because reset doesn't reset to zero par

[PATCH 1/3] zram: force disksize setting before using zram

2012-11-27 Thread Minchan Kim
Now zram document syas "set disksize is optional" but partly it's wrong. When you try to use zram firstly after booting, you must set disksize, otherwise zram can't work because zram gendisk's size is 0. But once you do it, you can use zram freely after reset because reset doesn't reset to zero par