Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208234
b: refs/heads/master
c: 15fa6e8
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Aug 7, 2010
1 parent a672f8b commit e27bd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7b6d91daee5cac6402186ff224c3af39d79f4a0e
refs/heads/master: 15fa6e81650a167f82dc0d478f290f1cffa9183d
2 changes: 2 additions & 0 deletions trunk/drivers/block/virtio_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ static void blk_done(struct virtqueue *vq)
case REQ_TYPE_SPECIAL:
vbr->req->errors = (error != 0);
break;
default:
break;
}

__blk_end_request_all(vbr->req, error);
Expand Down

0 comments on commit e27bd9d

Please sign in to comment.