aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r--drivers/md/raid10.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
index 9eb66c1b523b..a95ada1cfac4 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -1510,8 +1510,7 @@ static void raid10d(mddev_t *mddev)
1510 blk_remove_plug(mddev->queue); 1510 blk_remove_plug(mddev->queue);
1511 spin_unlock_irqrestore(&conf->device_lock, flags); 1511 spin_unlock_irqrestore(&conf->device_lock, flags);
1512 /* flush any pending bitmap writes to disk before proceeding w/ I/O */ 1512 /* flush any pending bitmap writes to disk before proceeding w/ I/O */
1513 if (bitmap_unplug(mddev->bitmap) != 0) 1513 bitmap_unplug(mddev->bitmap);
1514 printk("%s: bitmap file write failed!\n", mdname(mddev));
1515 1514
1516 while (bio) { /* submit pending writes */ 1515 while (bio) { /* submit pending writes */
1517 struct bio *next = bio->bi_next; 1516 struct bio *next = bio->bi_next;