Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213217
b: refs/heads/master
c: 005a1d1
h: refs/heads/master
i:
  213215: d2dea68
v: v3
  • Loading branch information
Jens Axboe committed Oct 22, 2010
1 parent ebfd417 commit 8bd527f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d1529043705737ba442f5a0048043718e601ce4
refs/heads/master: 005a1d15f5a6b2bb4ada80349513effbf22b4588
7 changes: 7 additions & 0 deletions trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,15 @@ static void blkfront_connect(struct blkfront_info *info)
* If there are barriers, then we use flush.
*/
info->feature_flush = 0;

/*
* The driver doesn't properly handled empty flushes, so
* lets disable barrier support for now.
*/
#if 0
if (!err && barrier)
info->feature_flush = REQ_FLUSH;
#endif

err = xlvbd_alloc_gendisk(sectors, info, binfo, sector_size);
if (err) {
Expand Down

0 comments on commit 8bd527f

Please sign in to comment.