The quilt patch titled Subject: mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup-fix has been removed from the -mm tree. Its filename was mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup-fix.patch This patch was dropped because it was folded into mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup.patch ------------------------------------------------------ From: Saurabh Sengar <ssengar@xxxxxxxxxxxxxxxxxxx> Subject: mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup-fix Date: Sun, 11 Aug 2024 23:13:40 -0700 move vmstat_late_init_done under CONFIG_SMP to fix variable 'defined but not used' warning Link: https://lkml.kernel.org/r/1723443220-20623-1-git-send-email-ssengar@xxxxxxxxxxxxxxxxxxx Signed-off-by: Saurabh Sengar <ssengar@xxxxxxxxxxxxxxxxxxx> Cc: Mirsad Todorovac <mtodorovac69@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/vmstat.c~mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup-fix +++ a/mm/vmstat.c @@ -31,7 +31,6 @@ #include "internal.h" -static int vmstat_late_init_done; #ifdef CONFIG_NUMA int sysctl_vm_numa_stat = ENABLE_NUMA_STAT; @@ -1930,6 +1929,7 @@ static const struct seq_operations vmsta #ifdef CONFIG_SMP static DEFINE_PER_CPU(struct delayed_work, vmstat_work); int sysctl_stat_interval __read_mostly = HZ; +static int vmstat_late_init_done; #ifdef CONFIG_PROC_FS static void refresh_vm_stats(struct work_struct *work) _ Patches currently in -mm which might be from ssengar@xxxxxxxxxxxxxxxxxxx are mm-vmstat-defer-the-refresh_zone_stat_thresholds-after-all-cpus-bringup.patch