The patch titled raid5_unplug_device() fix has been removed from the -mm tree. Its filename is raid5_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 raid5_unplug_device() to not disturb raid5d unnecessarily. Signed-off-by: Coywolf Qi Hunt <qiyong@xxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/md/raid5.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/raid5.c~raid5_unplug_device-fix drivers/md/raid5.c --- devel/drivers/md/raid5.c~raid5_unplug_device-fix 2006-04-22 01:05:12.000000000 -0700 +++ devel-akpm/drivers/md/raid5.c 2006-04-22 01:05:12.000000000 -0700 @@ -1680,8 +1680,8 @@ static void raid5_unplug_device(request_ if (blk_remove_plug(q)) { conf->seq_flush++; raid5_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