Re: linux-next: build warning after merge of the mm tree
From: Saurabh Singh Sengar
Date: Mon Aug 12 2024 - 00:40:35 EST
On Mon, Aug 12, 2024 at 01:30:00PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the mm tree, today's linux-next build (x86_64 allnoconfig
> and various other configs) produced this warning:
>
> mm/vmstat.c:34:12: warning: 'vmstat_late_init_done' defined but not used [-Wunused-variable]
> 34 | static int vmstat_late_init_done;
> | ^~~~~~~~~~~~~~~~~~~~~
>
> Introduced by commit
>
> ef534a0d5198 ("mm/vmstat: defer the refresh_zone_stat_thresholds after all CPUs bringup")
>
> from the mm-unstable branch of the mm tree.
> --
> Cheers,
> Stephen Rothwell
I will send the V2 for it.
- Saurabh