[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191231151621.8f1565ef8736233dbf60bca7@linux-foundation.org>
Date: Tue, 31 Dec 2019 15:16:21 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Hui Zhu <teawater@...il.com>
Cc: hannes@...xchg.org, mhocko@...nel.org, vdavydov.dev@...il.com,
linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
linux-mm@...ck.org, Hui Zhu <teawaterz@...ux.alibaba.com>
Subject: Re: [RFC] memcg: Add swappiness to cgroup2
On Wed, 25 Dec 2019 13:36:48 +0800 Hui Zhu <teawater@...il.com> wrote:
> Even if cgroup2 has swap.max, swappiness is still a very useful config.
> This commit add swappiness to cgroup2.
>
> ...
>
> --- a/mm/memcontrol.c
> +++ b/mm/memcontrol.c
> @@ -7143,6 +7143,11 @@ static struct cftype swap_files[] = {
> .file_offset = offsetof(struct mem_cgroup, swap_events_file),
> .seq_show = swap_events_show,
> },
> + {
> + .name = "swappiness",
> + .read_u64 = mem_cgroup_swappiness_read,
> + .write_u64 = mem_cgroup_swappiness_write,
> + },
> { } /* terminate */
> };
There should be a Documentation/ update with this?
Powered by blists - more mailing lists