From ca19350c713fb99bb3ac11def5eb67e2d8ff4b16 Mon Sep 17 00:00:00 2001 From: kbuild test robot Date: Fri, 3 Jan 2020 11:01:34 +0800 Subject: [PATCH] alinux: mm: memcontrol: memcg_wmark_wq can be static Fixes: 8b3716350866 ("alinux: mm: memcontrol: support background async page reclaim") Signed-off-by: kbuild test robot Cc: Yang Shi Cc: Xunlei Pang Acked-by: Joseph Qi --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 50df352b91fc..b342a475860b 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -95,7 +95,7 @@ int do_swap_account __read_mostly; #define do_swap_account 0 #endif -struct workqueue_struct *memcg_wmark_wq; +static struct workqueue_struct *memcg_wmark_wq; /* Whether legacy memory+swap accounting is active */ static bool do_memsw_account(void) -- GitLab