The patch titled raid6_unplug_device() fix has been added to the -mm tree. Its filename is raid6_unplug_device-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Coywolf Qi Hunt <qiyong@xxxxxxxxx> Fix raid6_unplug_device() to not disturb raid6d unnecessarily. Signed-off-by: Coywolf Qi Hunt <qiyong@xxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/md/raid6main.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/raid6main.c~raid6_unplug_device-fix drivers/md/raid6main.c --- devel/drivers/md/raid6main.c~raid6_unplug_device-fix 2006-04-24 20:39:56.000000000 -0700 +++ devel-akpm/drivers/md/raid6main.c 2006-04-24 20:39:56.000000000 -0700 @@ -1644,8 +1644,8 @@ static void raid6_unplug_device(request_ if (blk_remove_plug(q)) { conf->seq_flush++; raid6_activate_delayed(conf); + md_wakeup_thread(mddev->thread); } - md_wakeup_thread(mddev->thread); spin_unlock_irqrestore(&conf->device_lock, flags); _ Patches currently in -mm which might be from qiyong@xxxxxxxxx are raid5_unplug_device-fix.patch raid5_end_write_request-spinlock-fix.patch raid6_end_write_request-spinlock-fix.patch raid6_unplug_device-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html