]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm, memcg: make mem_cgroup_out_of_memory() static
authorDavid Rientjes <rientjes@google.com>
Fri, 12 Oct 2012 04:22:57 +0000 (15:22 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Oct 2012 02:48:01 +0000 (13:48 +1100)
commite5ecc7d8a1351a3011ff4eb2ea6c54310f775bb1
tree4d83c6b696d726cc71358c95dacc32024ed0e310
parent023ff74c148effd9db05d878c49c466d47dda96e
mm, memcg: make mem_cgroup_out_of_memory() static

mem_cgroup_out_of_memory() is only referenced from within file scope, so
it can be marked static.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/oom.h
mm/memcontrol.c