A lot of md updates went into Linus's tree overnight. Can you get some more
details for Neil?
Here is a wild guess:
diff -puN drivers/md/md.c~a drivers/md/md.c
--- 25/drivers/md/md.c~a 2003-03-15 12:02:04.000000000 -0800
+++ 25-akpm/drivers/md/md.c 2003-03-15 12:02:14.000000000 -0800
@@ -2818,6 +2818,8 @@ int md_thread(void * arg)
void md_wakeup_thread(mdk_thread_t *thread)
{
+ if (!thread)
+ return;
dprintk("md: waking up MD thread %p.\n", thread);
set_bit(THREAD_WAKEUP, &thread->flags);
wake_up(&thread->wqueue);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/