The patch titled Subject: zsmalloc: remove obsolete ZSMALLOC_DEBUG has been removed from the -mm tree. Its filename was zsmalloc-remove-obsolete-zsmalloc_debug.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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