The patch titled Subject: mm-add-nr_zsmalloc-to-vmstat-fix has been removed from the -mm tree. Its filename was mm-add-nr_zsmalloc-to-vmstat-fix.patch This patch was dropped because it was folded into mm-add-nr_zsmalloc-to-vmstat.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-nr_zsmalloc-to-vmstat-fix fix build with CONFIG_ZSMALLOC=m Cc: Chan Gyun Jeong <chan.jeong@xxxxxxx> Cc: Chanho Min <chanho.min@xxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Sangseok Lee <sangseok.lee@xxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- mm/vmstat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/mmzone.h~mm-add-nr_zsmalloc-to-vmstat-fix include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-add-nr_zsmalloc-to-vmstat-fix +++ a/include/linux/mmzone.h @@ -140,7 +140,7 @@ enum zone_stat_item { NR_DIRTIED, /* page dirtyings since bootup */ NR_WRITTEN, /* page writings since bootup */ NR_PAGES_SCANNED, /* pages scanned since last reclaim */ -#ifdef CONFIG_ZSMALLOC +#if IS_ENABLED(CONFIG_ZSMALLOC) NR_ZSMALLOC, #endif #ifdef CONFIG_NUMA diff -puN mm/vmstat.c~mm-add-nr_zsmalloc-to-vmstat-fix mm/vmstat.c --- a/mm/vmstat.c~mm-add-nr_zsmalloc-to-vmstat-fix +++ a/mm/vmstat.c @@ -718,7 +718,7 @@ const char * const vmstat_text[] = { "nr_dirtied", "nr_written", "nr_pages_scanned", -#ifdef CONFIG_ZSMALLOC +#if IS_ENABLED(CONFIG_ZSMALLOC) "nr_zsmalloc", #endif #ifdef CONFIG_NUMA _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-add-nr_zsmalloc-to-vmstat.patch mm-memcg-use-consistent-gfp-flags-during-readahead-checkpatch-fixes.patch mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch mm-fix-build-warnings-in-linux-compactionh-fix.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