diff options
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 3065fa80251d..08541f680d90 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -3087,7 +3087,7 @@ int memcg_cache_id(struct mem_cgroup *memcg) | |||
3087 | * But when we create a new cache, we can call this as well if its parent | 3087 | * But when we create a new cache, we can call this as well if its parent |
3088 | * is kmem-limited. That will have to hold set_limit_mutex as well. | 3088 | * is kmem-limited. That will have to hold set_limit_mutex as well. |
3089 | */ | 3089 | */ |
3090 | int memcg_update_cache_sizes(struct mem_cgroup *memcg) | 3090 | static int memcg_update_cache_sizes(struct mem_cgroup *memcg) |
3091 | { | 3091 | { |
3092 | int num, ret; | 3092 | int num, ret; |
3093 | 3093 | ||