aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index fdde0279755..5a1ffe3527a 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -343,7 +343,7 @@ static void write_page(struct bitmap *bitmap, struct page *page, int wait)
343 atomic_inc(&bitmap->pending_writes); 343 atomic_inc(&bitmap->pending_writes);
344 set_buffer_locked(bh); 344 set_buffer_locked(bh);
345 set_buffer_mapped(bh); 345 set_buffer_mapped(bh);
346 submit_bh(WRITE, bh); 346 submit_bh(WRITE | REQ_UNPLUG | REQ_SYNC, bh);
347 bh = bh->b_this_page; 347 bh = bh->b_this_page;
348 } 348 }
349 349