On Thu, 2007-07-26 at 18:46 +0400, Pavel Emelyanov wrote: > + write_unlock_irq(&tasklist_lock); > + exit_task_namespaces(tsk); > + write_lock_irq(&tasklist_lock); Are there any other side-effects of doing this? What was the tasklist_lock protecting here when it was released? -- Dave