Drivers: hv: balloon: Execute balloon inflation in a separate context
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 15 Mar 2013 19:25:40 +0000 (12:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 19:11:50 +0000 (12:11 -0700)
commit6571b2dab4eb6c7061160490db984dbc01e5626d
treeeababb8049da4fcb1d41e7e458228e41638ee333
parent7a64b864a0989302b5f6869f8b65b630b10bd9db
Drivers: hv: balloon: Execute balloon inflation in a separate context

Execute the balloon inflation operation in a separate work context.
This allows us to decouple the pressure reporting activity from the
ballooning activity. Testing has shown that this decoupling makes the
guest more reponsive.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_balloon.c