The patch titled Subject: mm-balloon-use-general-non-lru-movable-page-feature-fix has been removed from the -mm tree. Its filename was mm-balloon-use-general-non-lru-movable-page-feature-fix.patch This patch was dropped because it was folded into mm-balloon-use-general-non-lru-movable-page-feature.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-balloon-use-general-non-lru-movable-page-feature-fix compaction.h requires that the includer first include node.h Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxxx> Cc: Konstantin Khlebnikov <koct9i@xxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Rafael Aquini <aquini@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/balloon_compaction.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/balloon_compaction.h~mm-balloon-use-general-non-lru-movable-page-feature-fix include/linux/balloon_compaction.h --- a/include/linux/balloon_compaction.h~mm-balloon-use-general-non-lru-movable-page-feature-fix +++ a/include/linux/balloon_compaction.h @@ -45,6 +45,7 @@ #define _LINUX_BALLOON_COMPACTION_H #include <linux/pagemap.h> #include <linux/page-flags.h> +#include <linux/node.h> #include <linux/compaction.h> #include <linux/gfp.h> #include <linux/err.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-balloon-use-general-non-lru-movable-page-feature.patch mm-compaction-split-freepages-without-holding-the-zone-lock-fix-2.patch mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes.patch mm-add-nr_zsmalloc-to-vmstat-fix.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