Re: [PATCH 2/16] Miscelaneous preparations for namespaces

2007-07-09 Thread Pavel Emelianov
Cedric Le Goater wrote: > Pavel Emelianov wrote: >> The most importaint change is moving exit_task_namespaces() >> inside exit_notify() to makes it possible to notify the >> exiting task's parent. However this should be done before >> release_task() to address the issue pointed by Sukadev with >> N

Re: [PATCH 2/16] Miscelaneous preparations for namespaces

2007-07-09 Thread Cedric Le Goater
Pavel Emelianov wrote: > The most importaint change is moving exit_task_namespaces() > inside exit_notify() to makes it possible to notify the > exiting task's parent. However this should be done before > release_task() to address the issue pointed by Sukadev with > NFS kernel thread. Have you act

[PATCH 2/16] Miscelaneous preparations for namespaces

2007-07-06 Thread Pavel Emelianov
The most importaint change is moving exit_task_namespaces() inside exit_notify() to makes it possible to notify the exiting task's parent. However this should be done before release_task() to address the issue pointed by Sukadev with NFS kernel thread. Other changes are small and do not deserve se