]> asedeno.scripts.mit.edu Git - linux.git/commit
Drivers: hv: vmbus: Handle both rescind and offer messages in the same context
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 28 Feb 2015 19:18:18 +0000 (11:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 03:31:02 +0000 (19:31 -0800)
commit2dd37cb81580dce6dfb8c5a7d5c37b904a188ae7
tree652a850ab117b2f005b9d63f507080844642e317
parented6cfcc5fdf2ebca320b6f74c836e555e18216e1
Drivers: hv: vmbus: Handle both rescind and offer messages in the same context

Execute both ressind and offer messages in the same work context. This serializes these
operations and naturally addresses the various corner cases.

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