Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263609
b: refs/heads/master
c: a5bf4df
h: refs/heads/master
i:
  263607: be5e128
v: v3
  • Loading branch information
Namhyung Kim authored and NeilBrown committed Aug 25, 2011
1 parent 7679908 commit 8f40b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aeb9b211849621f592288ed5ad694de9eeaae87a
refs/heads/master: a5bf4df0c88b88d34b6f0e3bc8a402dac7d14611
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ void md_super_write(mddev_t *mddev, mdk_rdev_t *rdev,
bio->bi_end_io = super_written;

atomic_inc(&mddev->pending_writes);
submit_bio(REQ_WRITE | REQ_SYNC | REQ_FLUSH | REQ_FUA, bio);
submit_bio(WRITE_FLUSH_FUA, bio);
}

void md_super_wait(mddev_t *mddev)
Expand Down

0 comments on commit 8f40b3e

Please sign in to comment.