staging: android, lowmemorykiller: convert to use oom_score_adj
authorDavid Rientjes <rientjes@google.com>
Tue, 14 Feb 2012 03:28:49 +0000 (19:28 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 04:03:42 +0000 (20:03 -0800)
/proc/pid/oom_adj is deprecated and will be removed in August 2012
according to Documentation/feature-removal-schedule.txt.  Convert its
usage in the lowmemorykiller to use the new interface, oom_score_adj,
instead.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found