]> git.kernelconcepts.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>
Mon, 22 Oct 2012 04:01:08 +0000 (15:01 +1100)
commitd7ecced6295bcbdea90414253a2bd657c663d154
tree4f67e368e085d5915d3a89d01b051ca663b9a785
parent48473a111c14085a39453770a86635081e417319
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