]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm, memcg: make mem_cgroup_out_of_memory() static
authorDavid Rientjes <rientjes@google.com>
Sat, 3 Nov 2012 00:42:12 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 8 Nov 2012 04:08:31 +0000 (15:08 +1100)
commitc6ca23e06eb454976a05c273562cae303bd92804
treea3eed7808a3de6bc85a2d0aa52c8eb71100f1505
parent6e4fa83df20d6e19435824fdca9520f62adcf570
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>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/oom.h
mm/memcontrol.c