The patch titled Subject: zsmalloc: remove obsolete ZSMALLOC_DEBUG has been added to the -mm tree. Its filename is zsmalloc-remove-obsolete-zsmalloc_debug.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/zsmalloc-remove-obsolete-zsmalloc_debug.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/zsmalloc-remove-obsolete-zsmalloc_debug.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Marcin Jabrzyk <m.jabrzyk@xxxxxxxxxxx> Subject: zsmalloc: remove obsolete ZSMALLOC_DEBUG The DEBUG define in zsmalloc is useless, there is no usage of it at all. Signed-off-by: Marcin Jabrzyk <m.jabrzyk@xxxxxxxxxxx> Acked-by: Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Nitin Gupta <ngupta@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zsmalloc.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN mm/zsmalloc.c~zsmalloc-remove-obsolete-zsmalloc_debug mm/zsmalloc.c --- a/mm/zsmalloc.c~zsmalloc-remove-obsolete-zsmalloc_debug +++ a/mm/zsmalloc.c @@ -45,10 +45,6 @@ * */ -#ifdef CONFIG_ZSMALLOC_DEBUG -#define DEBUG -#endif - #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> _ Patches currently in -mm which might be from m.jabrzyk@xxxxxxxxxxx are zram-remove-obsolete-zram_debug-option.patch zsmalloc-remove-obsolete-zsmalloc_debug.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html