From: David Rientjes Date: Wed, 12 Dec 2012 00:02:54 +0000 (-0800) Subject: mm, oom: change type of oom_score_adj to short X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~81^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c58b907dbc6821533dfc295b63caf111ff1f16;p=pandora-kernel.git mm, oom: change type of oom_score_adj to short The maximum oom_score_adj is 1000 and the minimum oom_score_adj is -1000, so this range can be represented by the signed short type with no functional change. The extra space this frees up in struct signal_struct will be used for per-thread oom kill flags in the next patch. Signed-off-by: David Rientjes Cc: KAMEZAWA Hiroyuki Cc: KOSAKI Motohiro Reviewed-by: Michal Hocko Cc: Anton Vorontsov Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed