K 10 svn:author V 5 joerg K 8 svn:date V 27 2004-09-24T20:28:00.000000Z K 7 svn:log V 252 Protect fdc->flags within the worker thread, too. Use kthread_exit() instead of falling through the end of the worker thread's main function. Since kthread_exit() wakeup(9)s everyone sleeping on the thread handle, drop the superfluous wakeup() call. END