Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2753b35b authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Linus Torvalds
Browse files

memcg: make memcg_update_cache_sizes() static



This function is not used outside of memcontrol.c so make it static.

Signed-off-by: default avatarVladimir Davydov <vdavydov@parallels.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: default avatarMichal Hocko <mhocko@suse.cz>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1c98dd90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3087,7 +3087,7 @@ int memcg_cache_id(struct mem_cgroup *memcg)
 * But when we create a new cache, we can call this as well if its parent
 * is kmem-limited. That will have to hold set_limit_mutex as well.
 */
int memcg_update_cache_sizes(struct mem_cgroup *memcg)
static int memcg_update_cache_sizes(struct mem_cgroup *memcg)
{
	int num, ret;