The patch titled Subject: mm-vmstatc-uninline-node_page_state-fix has been removed from the -mm tree. Its filename was mm-vmstatc-uninline-node_page_state-fix.patch This patch was dropped because it was folded into mm-vmstatc-uninline-node_page_state.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-vmstatc-uninline-node_page_state-fix fix comment - node_page_state() is only for userspace meminfo display and shouldn't be called frequently Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN mm/vmstat.c~mm-vmstatc-uninline-node_page_state-fix mm/vmstat.c --- a/mm/vmstat.c~mm-vmstatc-uninline-node_page_state-fix +++ a/mm/vmstat.c @@ -593,9 +593,7 @@ void zone_statistics(struct zone *prefer } /* - * Determine the per node value of a stat item. This function - * is called frequently in a NUMA machine, so try to be as - * frugal as possible. + * Determine the per node value of a stat item. */ unsigned long node_page_state(int node, enum zone_stat_item item) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are uaccess-reimplement-probe_kernel_address-using-probe_kernel_read.patch mm-vmstatc-uninline-node_page_state.patch mm-cmac-suppress-warning.patch memcg-fix-thresholds-for-32b-architectures-fix-fix.patch kasan-various-fixes-in-documentation-checkpatch-fixes.patch mm-slub-kasan-enable-user-tracking-by-default-with-kasan=y-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