| commit | 897672e9ff884e2d3bb6cca9d29417e042a0fb17 | [log] [tgz] |
|---|---|---|
| author | San Mehat <san@google.com> | Thu May 06 15:37:55 2010 -0700 |
| committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:50 2012 -0700 |
| tree | efb78144e682ff6d8a5bbe1d99e39e739673a296 | |
| parent | ff3ab81c21478c6aa1ad1c1c05c188051b57ed64 [diff] |
sched: Add a generic notifier when a task struct is about to be freed This patch adds a notifier which can be used by subsystems that may be interested in when a task has completely died and is about to have it's last resource freed. The Android lowmemory killer uses this to determine when a task it has killed has finally given up its goods. Signed-off-by: San Mehat <san@google.com>