diff options
author | 2020-04-01 21:07:13 -0700 | |
---|---|---|
committer | 2020-04-02 09:35:28 -0700 | |
commit | c1514c0aac77eb4a2be5d05e4d982f7a9f43063d (patch) | |
tree | 2b4b7f0b72396d61a0051251d2ba95dc4a17991d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | memcg: css_tryget_online cleanups (diff) | |
download | linux-dev-c1514c0aac77eb4a2be5d05e4d982f7a9f43063d.tar.xz linux-dev-c1514c0aac77eb4a2be5d05e4d982f7a9f43063d.zip |
mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused
mem_cgroup_id_get_many() is currently used only when MMU or MEMCG_SWAP
configuration options are enabled. Having them disabled triggers the
following warning at compile time:
linux/mm/memcontrol.c:4797:13: warning: `mem_cgroup_id_get_many' defined but not used [-Wunused-function]
static void mem_cgroup_id_get_many(struct mem_cgroup *memcg, unsigned int n)
Make mem_cgroup_id_get_many() __maybe_unused to address the issue.
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Chris Down <chris@chrisdown.name>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Vladimir Davydov <vdavydov.dev@gmail.com>
Link: http://lkml.kernel.org/r/20200305164354.48147-1-vincenzo.frascino@arm.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions