Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251212
b: refs/heads/master
c: a81135d
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Konrad Rzeszutek Wilk committed Apr 14, 2011
1 parent 9b0c1db commit 73c0d49
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: cbf462908c8080f47c2a3300072877589dd1275f
refs/heads/master: a81135d90bf176e6139c352c7b96c03d00131836
2 changes: 2 additions & 0 deletions trunk/drivers/xen/blkback/vbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ void vbd_resize(blkif_t *blkif)
struct xenbus_device *dev = blkback_xenbus(blkif->be);
unsigned long long new_size = vbd_size(vbd);

printk(KERN_INFO "VBD Resize: Domid: %d, Device: (%d, %d)\n",
blkif->domid, MAJOR(vbd->pdevice), MINOR(vbd->pdevice));
printk(KERN_INFO "VBD Resize: new size %Lu\n", new_size);
vbd->size = new_size;
again:
Expand Down

0 comments on commit 73c0d49

Please sign in to comment.