Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273841
b: refs/heads/master
c: 5c62cb4
h: refs/heads/master
i:
  273839: 8ff50d5
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Oct 13, 2011
1 parent 8c61888 commit 8e25fbc
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: 29bde093787f3bdf7b9b4270ada6be7c8076e36b
refs/heads/master: 5c62cb48602dba95159c81ffeca179d3852e25be
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 @@ -776,7 +776,7 @@ static int dispatch_rw_block_io(struct xen_blkif *blkif,

if (operation == READ)
blkif->st_rd_sect += preq.nr_sects;
else if (operation == WRITE || operation == WRITE_FLUSH)
else if (operation & WRITE)
blkif->st_wr_sect += preq.nr_sects;

return 0;
Expand Down

0 comments on commit 8e25fbc

Please sign in to comment.