commit | 67418b78df13d941313b94b1357db5bd0aeb17ef | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu May 06 15:40:07 2010 -0700 |
committer | Arve Hjønnevåg <arve@android.com> | Mon Jul 01 13:40:29 2013 -0700 |
tree | 488b5d58790843b67eebfc49b7dae4830277296d | |
parent | 4624fb9d2d69c2ed59cb07712e1d8693e343dce7 [diff] |
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>