Re: [PATCH] mm: memcontrol: drop unused cpu argument from flush_nmi_stats
Shakeel Butt <[email protected]>
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 13, 2026 at 05:00:10PM +0800, Guopeng Zhang wrote: > From: Guopeng Zhang <[email protected]> > > flush_nmi_stats() does not use its cpu argument. Remove it from the > function and its !CONFIG_MEMCG_NMI_SAFETY_REQUIRES_ATOMIC stub. The > caller still uses cpu for the subsequent per-CPU rstat flush. > > No functional change. > > Signed-off-by: Guopeng Zhang <[email protected]> Acked-by: Shakeel Butt <[email protected]>