diff options
Diffstat (limited to 'drivers/md/raid1.c')
-rw-r--r-- | drivers/md/raid1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 40f58d3b67ff..6cb6cae1b386 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
@@ -1749,11 +1749,11 @@ static sector_t sync_request(mddev_t *mddev, sector_t sector_nr, int *skipped, i | |||
1749 | msleep_interruptible(1000); | 1749 | msleep_interruptible(1000); |
1750 | 1750 | ||
1751 | bitmap_cond_end_sync(mddev->bitmap, sector_nr); | 1751 | bitmap_cond_end_sync(mddev->bitmap, sector_nr); |
1752 | r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); | ||
1752 | raise_barrier(conf); | 1753 | raise_barrier(conf); |
1753 | 1754 | ||
1754 | conf->next_resync = sector_nr; | 1755 | conf->next_resync = sector_nr; |
1755 | 1756 | ||
1756 | r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); | ||
1757 | rcu_read_lock(); | 1757 | rcu_read_lock(); |
1758 | /* | 1758 | /* |
1759 | * If we get a correctably read error during resync or recovery, | 1759 | * If we get a correctably read error during resync or recovery, |