提交 ca19350c 编写于 作者: K kbuild test robot 提交者: Joseph Qi

alinux: mm: memcontrol: memcg_wmark_wq can be static

Fixes: 8b371635 ("alinux: mm: memcontrol: support background async page reclaim")
Signed-off-by: Nkbuild test robot <lkp@intel.com>
Cc: Yang Shi <yang.shi@linux.alibaba.com>
Cc: Xunlei Pang <xlpang@linux.alibaba.com>
Acked-by: NJoseph Qi <joseph.qi@linux.alibaba.com>
上级 4436e229
...@@ -95,7 +95,7 @@ int do_swap_account __read_mostly; ...@@ -95,7 +95,7 @@ int do_swap_account __read_mostly;
#define do_swap_account 0 #define do_swap_account 0
#endif #endif
struct workqueue_struct *memcg_wmark_wq; static struct workqueue_struct *memcg_wmark_wq;
/* Whether legacy memory+swap accounting is active */ /* Whether legacy memory+swap accounting is active */
static bool do_memsw_account(void) static bool do_memsw_account(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册