The patch titled raid6_unplug_device() fix has been removed from the -mm tree. Its filename is raid6_unplug_device-fix.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. 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 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