Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147055
b: refs/heads/master
c: b9ed725
h: refs/heads/master
i:
  147053: 5909d1b
  147051: 2aa349e
  147047: 382333b
  147039: 2e6e0b0
v: v3
  • Loading branch information
Roel Kluin authored and Jens Axboe committed May 22, 2009
1 parent b3e4c58 commit f85fd10
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: 0a7ae2ff0d29bb3b327edff4c8ab67b3834fa811
refs/heads/master: b9ed7252d219c1c663944bf03846eabb515dbe75
2 changes: 1 addition & 1 deletion trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static DEFINE_SPINLOCK(blkif_io_lock);
static int get_id_from_freelist(struct blkfront_info *info)
{
unsigned long free = info->shadow_free;
BUG_ON(free > BLK_RING_SIZE);
BUG_ON(free >= BLK_RING_SIZE);
info->shadow_free = info->shadow[free].req.id;
info->shadow[free].req.id = 0x0fffffee; /* debug */
return free;
Expand Down

0 comments on commit f85fd10

Please sign in to comment.