Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87416
b: refs/heads/master
c: bdc1681
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 17, 2008
1 parent 78b9df2 commit ba81b21
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c483934670d31e064e18967bb679c1079b54ea72
refs/heads/master: bdc1681cdf1ab6a65fa935a2b3f8fc63b20c54ea
4 changes: 2 additions & 2 deletions trunk/drivers/virtio/virtio_balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static void virtballoon_changed(struct virtio_device *vdev)
wake_up(&vb->config_change);
}

static inline int towards_target(struct virtio_balloon *vb)
static inline s64 towards_target(struct virtio_balloon *vb)
{
u32 v;
__virtio_config_val(vb->vdev,
Expand All @@ -176,7 +176,7 @@ static int balloon(void *_vballoon)

set_freezable();
while (!kthread_should_stop()) {
int diff;
s64 diff;

try_to_freeze();
wait_event_interruptible(vb->config_change,
Expand Down

0 comments on commit ba81b21

Please sign in to comment.