Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

zram: remove obsolete ZRAM_DEBUG option

This config option doesn't provide any usage for zram.

Signed-off-by: Marcin Jabrzyk <m.jabrzyk@samsung.com>
Acked-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Marcin Jabrzyk and committed by
Linus Torvalds
9e65bf68 cf54e2fc

-12
-8
drivers/block/zram/Kconfig
··· 24 24 help 25 25 This option enables LZ4 compression algorithm support. Compression 26 26 algorithm can be changed using `comp_algorithm' device attribute. 27 - 28 - config ZRAM_DEBUG 29 - bool "Compressed RAM block device debug support" 30 - depends on ZRAM 31 - default n 32 - help 33 - This option adds additional debugging code to the compressed 34 - RAM block device driver.
-4
drivers/block/zram/zram_drv.c
··· 15 15 #define KMSG_COMPONENT "zram" 16 16 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt 17 17 18 - #ifdef CONFIG_ZRAM_DEBUG 19 - #define DEBUG 20 - #endif 21 - 22 18 #include <linux/module.h> 23 19 #include <linux/kernel.h> 24 20 #include <linux/bio.h>