commit | 84a139a985300901dfad99bd93c7345d180af860 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Thu Apr 16 21:14:04 2009 -0300 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Apr 19 23:14:01 2009 +0930 |
tree | 62a8921435f17551db2f26c8f0755f4ab508f537 | |
parent | a489f0b555b753f9df8ddc24c7e74f657ef7ee7b [diff] |
virtio: fix suspend when using virtio_balloon Break out of wait_event_interruptible() if freezing has been requested, in the vballoon thread. Without this change vballoon refuses to stop and the system can't suspend. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: stable@kernel.org