Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284236
b: refs/heads/master
c: 1e214a5
h: refs/heads/master
v: v3
  • Loading branch information
Sasha Levin authored and Rusty Russell committed Jan 12, 2012
1 parent 4582e9e commit 071b623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7b21e34fd1c272e3a8c3846168f2f6287a4cd72b
refs/heads/master: 1e214a5c1a7e901fc8e98ad6ef84f11005f9ee9d
6 changes: 3 additions & 3 deletions trunk/drivers/virtio/virtio_balloon.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Virtio balloon implementation, inspired by Dor Loar and Marcelo
/*
* Virtio balloon implementation, inspired by Dor Laor and Marcelo
* Tosatti's implementations.
*
* Copyright 2008 Rusty Russell IBM Corporation
Expand All @@ -17,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
//#define DEBUG

#include <linux/virtio.h>
#include <linux/virtio_balloon.h>
#include <linux/swap.h>
Expand Down Expand Up @@ -149,7 +150,6 @@ static void leak_balloon(struct virtio_balloon *vb, size_t num)
vb->num_pages--;
}


/*
* Note that if
* virtio_has_feature(vdev, VIRTIO_BALLOON_F_MUST_TELL_HOST);
Expand Down

0 comments on commit 071b623

Please sign in to comment.