staging: android: lowmemorykiller: Fix task_struct leak
authorSan Mehat <san@google.com>
Thu, 6 May 2010 22:40:07 +0000 (15:40 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:34 +0000 (17:49 -0700)
commit7054bf4b53a9248a486f081909815b7f42361ca2
tree50e12a3350c58c774c29bd81b7375ee732dd0a34
parente79ef44016e3dbe611c959bed493c93c3367cfbf
staging: android: lowmemorykiller: Fix task_struct leak

As it turns out, the CONFIG_PROFILING interfaces leak a
task struct if the notifier chain returns NOTIFY_OK.. doh.

This patch reworks lowmemkiller to use the new generic task
free notifier chain.

Signed-off-by: San Mehat <san@google.com>
drivers/staging/android/lowmemorykiller.c