Hello,
Fix raid5_unplug_device() to not disturb raid5d unnecessarily.
Signed-off-by: Coywolf Qi Hunt <[email protected]>
---
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 3184360..eff1d9c 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -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);
--
Coywolf Qi Hunt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]