Fix hanging user monitor when using balloon command
commit5c366a8a3d7ac71beda8499caa815cb3ea95eb58
authorAdam Litke <agl@us.ibm.com>
Fri, 12 Feb 2010 20:55:56 +0000 (12 14:55 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:32:15 +0000 (19 15:32 -0600)
treec498eb10139ea86fe10082ac7026c8782029bd83
parent068b332a6517b082b67b50f62f38f1952329d201
Fix hanging user monitor when using balloon command

Arghh... Adding missing S-O-B

Hi Anthony.  I wonder if there was a problem when importing my async
command handler patchset.  Since the 'balloon' command completes
immediately, it must call the completion callback before returning.
That call was missing but is added by the patch below.

Signed-off-by: Adam Litke <agl@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c