]> 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>
Wed, 17 Oct 2012 02:06:04 +0000 (13:06 +1100)
commitf9b6dc43f2376545ee98607a0b2613b619615060
treeb8d4e72c2fa820b5d6082a712d32700885f18137
parentef7a7e21bc57318f295440432d3e386b0b49e1fe
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