kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 19 Oct 2008 03:28:24 +0000 (20:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:39 +0000 (08:52 -0700)
commit293adee601bcd4cdb5076a9bda187137de17e96e
treed7a67f8064f4db0f3b86855f3356c4037eff5e67
parent656eb2cd5da153762f2e8419ca117ce12ef522c3
kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)

Now that wait_task_inactive(task, state) checks task->state == state,
we can simplify the code and make this debugging check more robust.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Roland McGrath <roland@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kthread.c