Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143734
b: refs/heads/master
c: 84a139a
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Tosatti authored and Rusty Russell committed Apr 19, 2009
1 parent debd89f commit ed33804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: a489f0b555b753f9df8ddc24c7e74f657ef7ee7b
refs/heads/master: 84a139a985300901dfad99bd93c7345d180af860
3 changes: 2 additions & 1 deletion trunk/drivers/virtio/virtio_balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ static int balloon(void *_vballoon)
try_to_freeze();
wait_event_interruptible(vb->config_change,
(diff = towards_target(vb)) != 0
|| kthread_should_stop());
|| kthread_should_stop()
|| freezing(current));
if (diff > 0)
fill_balloon(vb, diff);
else if (diff < 0)
Expand Down

0 comments on commit ed33804

Please sign in to comment.