|
@@ -123,7 +123,7 @@ void vbd_resize(blkif_t *blkif)
|
|
|
struct vbd *vbd = &blkif->vbd;
|
|
|
struct xenbus_transaction xbt;
|
|
|
int err;
|
|
|
- struct xenbus_device *dev = blkif->be->dev;
|
|
|
+ struct xenbus_device *dev = blkback_xenbus(blkif->be);
|
|
|
unsigned long long new_size = vbd_size(vbd);
|
|
|
|
|
|
printk(KERN_INFO "VBD Resize: new size %Lu\n", new_size);
|