[PATCH 04/33] task containersv11 add fork exit hooks

2007-09-17 Thread Paul Menage
Adds the necessary hooks to the fork() and exit() paths to ensure that new children inherit their parent's cgroup assignments, and that exiting processes release reference counts on their cgroups. Signed-off-by: Paul Menage <[EMAIL PROTECTED]> --- include/linux/cgroup.h |6 +

[PATCH 04/33] task containersv11 add fork exit hooks

2007-09-17 Thread Paul Menage
Adds the necessary hooks to the fork() and exit() paths to ensure that new children inherit their parent's cgroup assignments, and that exiting processes release reference counts on their cgroups. Signed-off-by: Paul Menage [EMAIL PROTECTED] --- include/linux/cgroup.h |6 + kernel/cgroup.c