Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93177
b: refs/heads/master
c: 53f0e8a
h: refs/heads/master
i:
  93175: 3321482
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Apr 24, 2008
1 parent 87730ef commit 55d088d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3e334239d89d4a71610be5a3e8432464d421d9ec
refs/heads/master: 53f0e8afcb0d57cfaff06b89eb8b5302f167577e
3 changes: 1 addition & 2 deletions trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ static struct block_device_operations xlvbd_block_fops;
struct blkfront_info
{
struct xenbus_device *xbdev;
dev_t dev;
struct gendisk *gd;
int vdevice;
blkif_vdev_t handle;
Expand Down Expand Up @@ -903,7 +902,7 @@ static void backend_changed(struct xenbus_device *dev,
break;

case XenbusStateClosing:
bd = bdget(info->dev);
bd = bdget_disk(info->gd, 0);
if (bd == NULL)
xenbus_dev_fatal(dev, -ENODEV, "bdget failed");

Expand Down

0 comments on commit 55d088d

Please sign in to comment.