worker_thread: don't play with signals
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 9 May 2007 09:34:20 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:53 +0000 (12:30 -0700)
commitb9aac8e0d32499217417ff0b494731811f185b18
tree1cd79adb88431d3ebe6b9dd253b8ed1bbd4f9e07
parent23b2e5991afde5af91a1a661d7f47ee56120759e
worker_thread: don't play with signals

worker_thread() doesn't need to "Block and flush all signals", this was
already done by its caller, kthread().

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/workqueue.c