mm/memcontrol.c: make local symbol static
authorChristopher Díaz Riveros <[email protected]>
Thu, 1 Feb 2018 00:20:33 +0000 (16:20 -0800)
committerLinus Torvalds <[email protected]>
Thu, 1 Feb 2018 01:18:40 +0000 (17:18 -0800)
commit8ad6e404efa294b848782cf14f3d298762674e58
treeeabe933377c71e58e1fd961ace992e51167add98
parent8d63e4cd62b2583c7efe64f2ede406b3f44983f6
mm/memcontrol.c: make local symbol static

Fix the following sparse warning:

  mm/memcontrol.c:1097:14: warning: symbol 'memcg1_stats' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Christopher Díaz Riveros <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memcontrol.c