Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273843
b: refs/heads/master
c: dda1852
h: refs/heads/master
i:
  273841: 8e25fbc
  273839: 8ff50d5
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Oct 14, 2011
1 parent 1f22800 commit 22651f8
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: 64391b2536ca92f9c589b2bfeaca3954896fe057
refs/heads/master: dda1852802a6cc6fdecb9021e491b2de680c76b9
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 @@ -707,7 +707,7 @@ static int dispatch_rw_block_io(struct xen_blkif *blkif,
* the hypercall to unmap the grants - that is all done in
* xen_blkbk_unmap.
*/
if (operation == REQ_DISCARD && xen_blkbk_map(req, pending_req, seg))
if (operation != REQ_DISCARD && xen_blkbk_map(req, pending_req, seg))
goto fail_flush;

/*
Expand Down

0 comments on commit 22651f8

Please sign in to comment.