Re: [PATCH] use kthread infrastructure in md

2005-08-09 Thread Neil Brown
On Tuesday August 9, [EMAIL PROTECTED] wrote: > Switch MD to use the kthread infrastructure, to simplify the code and > get rid of tasklist_lock abuse in md_unregister_thread. Long-term I > wonder whether workqueues wouldn't be a better choice than the > MD-specific thread wrappers for the lowleve

[PATCH] use kthread infrastructure in md

2005-08-09 Thread Christoph Hellwig
Switch MD to use the kthread infrastructure, to simplify the code and get rid of tasklist_lock abuse in md_unregister_thread. Long-term I wonder whether workqueues wouldn't be a better choice than the MD-specific thread wrappers for the lowlevel drivers. Signed-off-by: Christoph Hellwig <[EMAIL