Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
authorDexuan Cui <decui@microsoft.com>
Tue, 15 Dec 2015 00:01:51 +0000 (16:01 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 03:15:05 +0000 (19:15 -0800)
commitd6f591e339d23f434efda11917da511870891472
tree031bf2d9e6c519789fe7413d75587c87a00d334c
parentf52078cf5711ce47c113a58702b35c8ff5f212f5
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex

spinlock is unnecessary here.
mutex is enough.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel_mgmt.c
drivers/hv/connection.c
drivers/hv/hyperv_vmbus.h
This page took 0.026043 seconds and 5 git commands to generate.