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>
Tue, 14 Jun 2011 16:09:31 +0000 (09:09 -0700)
commitd3ea858955dffd13432737258861f08ec4ef4889
tree80a8e5190e5dce68e19db7cbcc7437b32093f1d1
parent39958f678c52fac3d522f345d61b9ffa1b4bfecb
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