diff options
Diffstat (limited to 'drivers/md/bitmap.c')
-rw-r--r-- | drivers/md/bitmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 8af4d655b2d3..3f04699725db 100644 --- a/drivers/md/bitmap.c +++ b/drivers/md/bitmap.c | |||
@@ -1296,7 +1296,7 @@ int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sect | |||
1296 | prepare_to_wait(&bitmap->overflow_wait, &__wait, | 1296 | prepare_to_wait(&bitmap->overflow_wait, &__wait, |
1297 | TASK_UNINTERRUPTIBLE); | 1297 | TASK_UNINTERRUPTIBLE); |
1298 | spin_unlock_irq(&bitmap->lock); | 1298 | spin_unlock_irq(&bitmap->lock); |
1299 | blk_unplug(bitmap->mddev->queue); | 1299 | md_unplug(bitmap->mddev); |
1300 | schedule(); | 1300 | schedule(); |
1301 | finish_wait(&bitmap->overflow_wait, &__wait); | 1301 | finish_wait(&bitmap->overflow_wait, &__wait); |
1302 | continue; | 1302 | continue; |
@@ -1306,7 +1306,6 @@ int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sect | |||
1306 | case 0: | 1306 | case 0: |
1307 | bitmap_file_set_bit(bitmap, offset); | 1307 | bitmap_file_set_bit(bitmap, offset); |
1308 | bitmap_count_page(bitmap, offset, 1); | 1308 | bitmap_count_page(bitmap, offset, 1); |
1309 | blk_plug_device_unlocked(bitmap->mddev->queue); | ||
1310 | /* fall through */ | 1309 | /* fall through */ |
1311 | case 1: | 1310 | case 1: |
1312 | *bmc = 2; | 1311 | *bmc = 2; |