On Sun, Apr 19, 2009 at 11:14:12PM +0930, Rusty Russell wrote:
> On Fri, 17 Apr 2009 09:44:04 am Marcelo Tosatti wrote:
> >
> > 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
On Fri, 17 Apr 2009 09:44:04 am Marcelo Tosatti wrote:
>
> 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
-stable too, yeah?
Applie
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
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 5926826.