]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm, memcg: make mem_cgroup_out_of_memory() static
authorDavid Rientjes <rientjes@google.com>
Thu, 25 Oct 2012 01:14:47 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Oct 2012 03:14:36 +0000 (14:14 +1100)
commit67a4338bb4b50b011b4bb67b3bf7755d929b6e99
treef4340c7aa579f6bf44a3ba3c2b5c90db3e3dea26
parent8967a25a78c9bb88569f48198ac4ff59d8dc50de
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