sched: Add a generic notifier when a task struct is about to be freed
authorSan Mehat <san@google.com>
Thu, 6 May 2010 22:37:55 +0000 (15:37 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:34 +0000 (17:49 -0700)
commite79ef44016e3dbe611c959bed493c93c3367cfbf
tree51fad4257f9018861c1cb5126ff770b5308b066e
parent9f69ebbf404cf49f9275c1310f1be8f303c87c9b
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>
include/linux/sched.h
kernel/fork.c