[PATCH 2/2] kthread: call wake_up_process() whithout the lock being held

2008-02-20 Thread Dmitry Adamushko
From: Dmitry Adamushko <[EMAIL PROTECTED]> Subject: kthread: call wake_up_process() whithout the lock being held - from the POV of synchronization, there should be no need to call wake_up_process() with the 'kthread_create_lock' being held; - moreover, in order to support a lockless

[PATCH 2/2] kthread: call wake_up_process() whithout the lock being held

2008-02-20 Thread Dmitry Adamushko
From: Dmitry Adamushko [EMAIL PROTECTED] Subject: kthread: call wake_up_process() whithout the lock being held - from the POV of synchronization, there should be no need to call wake_up_process() with the 'kthread_create_lock' being held; - moreover, in order to support a lockless check