Merge branch 'uhid' into for-linus
[deliverable/linux.git] / drivers / md / raid10.c
index acf5a828c7e13e45c561ce59030317c3647576cd..8da6282254c3e822a27702c469b9afce720bda43 100644 (file)
@@ -1394,7 +1394,7 @@ retry_write:
                bio_list_add(&conf->pending_bio_list, mbio);
                conf->pending_count++;
                spin_unlock_irqrestore(&conf->device_lock, flags);
-               if (!mddev_check_plugged(mddev, 0, 0))
+               if (!mddev_check_plugged(mddev))
                        md_wakeup_thread(mddev->thread);
 
                if (!r10_bio->devs[i].repl_bio)
This page took 0.025004 seconds and 5 git commands to generate.