Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251244
b: refs/heads/master
c: 013c3ca
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Apr 26, 2011
1 parent e663e88 commit 5521433
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: 97961ef46b9b5a6a7c918a38b898a7b3e49869f4
refs/heads/master: 013c3ca184851078b9c04744efd4d47e52c6ecf8
2 changes: 1 addition & 1 deletion trunk/drivers/block/xen-blkback/blkback.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static void dispatch_rw_block_io(struct blkif_st *blkif,
operation = READ;
break;
case BLKIF_OP_WRITE:
operation = WRITE;
operation = WRITE_ODIRECT;
break;
case BLKIF_OP_WRITE_BARRIER:
operation = WRITE_BARRIER;
Expand Down

0 comments on commit 5521433

Please sign in to comment.