Re: [PATCH] zram: remove obsolete ZRAM_DEBUG option

2015-04-22 Thread Sergey Senozhatsky
On (04/22/15 08:39), Marcin Jabrzyk wrote: > >agree, there is no pr_debug() in the current zram. so the change > >looks good to me. > > > > > >btw, same stands for zsmalloc (for the time being): > > > > #ifdef CONFIG_ZSMALLOC_DEBUG > > #define DEBUG > > #endif > > > >seems to be useless. and the

Re: [PATCH] zram: remove obsolete ZRAM_DEBUG option

2015-04-21 Thread Marcin Jabrzyk
On 22/04/15 01:55, Sergey Senozhatsky wrote: On (04/21/15 13:20), Marcin Jabrzyk wrote: This config option doesn't provide any usage for zram. agree, there is no pr_debug() in the current zram. so the change looks good to me. btw, same stands for zsmalloc (for the time being): #ifdef C

Re: [PATCH] zram: remove obsolete ZRAM_DEBUG option

2015-04-21 Thread Sergey Senozhatsky
On (04/21/15 13:20), Marcin Jabrzyk wrote: > This config option doesn't provide any usage for zram. > agree, there is no pr_debug() in the current zram. so the change looks good to me. btw, same stands for zsmalloc (for the time being): #ifdef CONFIG_ZSMALLOC_DEBUG #define DEBUG #endif see

[PATCH] zram: remove obsolete ZRAM_DEBUG option

2015-04-21 Thread Marcin Jabrzyk
This config option doesn't provide any usage for zram. Signed-off-by: Marcin Jabrzyk --- drivers/block/zram/Kconfig| 10 +- drivers/block/zram/zram_drv.c | 4 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig