Drivers: hv: Execute shutdown in a thread context
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 24 Jan 2013 01:42:45 +0000 (17:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 19:17:32 +0000 (11:17 -0800)
commit3dd6cb497198a0533a2530b6a345c60c9a29b9bc
treee159310a32bb3869d3858ecc58908af08dcb943f
parent048c5add0865eca299189263b0bf1c7a606de24a
Drivers: hv: Execute shutdown in a thread context

Execute the shutdown code in a thread context. With recent changes made to the
shutdown code, shutdown code cannot be invoked from an interrupt context.

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_util.c