From: David Rientjes Date: Tue, 26 Jul 2011 00:12:17 +0000 (-0700) Subject: oom: remove references to old badness() function X-Git-Tag: v3.1-rc1~241^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11239836c04b50ba8453ec58ca7a7bd716ef02c1;p=pandora-kernel.git oom: remove references to old badness() function The badness() function in the oom killer was renamed to oom_badness() in a63d83f427fb ("oom: badness heuristic rewrite") since it is a globally exported function for clarity. The prototype for the old function still existed in linux/oom.h, so remove it. There are no existing users. Also fixes documentation and comment references to badness() and adjusts them accordingly. Signed-off-by: David Rientjes Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed