Re: [PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

2012-09-26 Thread Minchan Kim
On Wed, Sep 26, 2012 at 09:29:41AM -0700, Greg Kroah-Hartman wrote: > On Wed, Sep 26, 2012 at 12:23:35PM -0400, Calvin Walton wrote: > > On Wed, 2012-09-26 at 09:15 -0700, Greg Kroah-Hartman wrote: > > > On Wed, Sep 26, 2012 at 05:50:19PM +0900, Minchan Kim wrote: > > > > At the monent, we can conf

Re: [PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

2012-09-26 Thread Greg Kroah-Hartman
On Wed, Sep 26, 2012 at 12:23:35PM -0400, Calvin Walton wrote: > On Wed, 2012-09-26 at 09:15 -0700, Greg Kroah-Hartman wrote: > > On Wed, Sep 26, 2012 at 05:50:19PM +0900, Minchan Kim wrote: > > > At the monent, we can configure zram in driver/block once zsmalloc > > > in /lib menu is configured fi

Re: [PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

2012-09-26 Thread Calvin Walton
On Wed, 2012-09-26 at 09:15 -0700, Greg Kroah-Hartman wrote: > On Wed, Sep 26, 2012 at 05:50:19PM +0900, Minchan Kim wrote: > > At the monent, we can configure zram in driver/block once zsmalloc > > in /lib menu is configured firstly. It's not convenient. > > > > User can configure zram in driver/

Re: [PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

2012-09-26 Thread Greg Kroah-Hartman
On Wed, Sep 26, 2012 at 05:50:19PM +0900, Minchan Kim wrote: > At the monent, we can configure zram in driver/block once zsmalloc > in /lib menu is configured firstly. It's not convenient. > > User can configure zram in driver/block regardless of zsmalloc enabling > by this patch. > > Signed-off-

[PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

2012-09-26 Thread Minchan Kim
At the monent, we can configure zram in driver/block once zsmalloc in /lib menu is configured firstly. It's not convenient. User can configure zram in driver/block regardless of zsmalloc enabling by this patch. Signed-off-by: Minchan Kim --- drivers/block/zram/Kconfig |3 ++- 1 file changed