Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110453
b: refs/heads/master
c: 2ebca85
h: refs/heads/master
i:
  110451: 2a1bc75
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Jens Axboe committed Oct 9, 2008
1 parent 5509e6e commit 3968429
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: 35ba8f7083e87602b695d6eaca38a6464d5b74db
refs/heads/master: 2ebca85abcfcbaaf1c0b242e39fc88ad3da90090
2 changes: 1 addition & 1 deletion trunk/block/blk-barrier.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ int blkdev_issue_flush(struct block_device *bdev, sector_t *error_sector)
bio->bi_end_io = bio_end_empty_barrier;
bio->bi_private = &wait;
bio->bi_bdev = bdev;
submit_bio(1 << BIO_RW_BARRIER, bio);
submit_bio(WRITE_BARRIER, bio);

wait_for_completion(&wait);

Expand Down

0 comments on commit 3968429

Please sign in to comment.