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)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:24:42 +0000 (01:24 +0300)
/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