Staging: hv: make Channel->InboundLock a real spinlock
commit54411c425fe0f5f8a5fcc1f3098693419ae87306
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Jul 2009 21:48:32 +0000 (15 14:48 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:48 +0000 (15 12:01 -0700)
tree9a230b556dd3e5390f0cd1e4397e3b63e415ede3
parent8c69f52ab3d918be9d91c8202e5321421876ea50
Staging: hv: make Channel->InboundLock a real spinlock

Don't use the wrapper functions for this lock, make it a real
lock so that we know what is going on.

I don't think we really want to be doing a irqsave for this code, but I
left it alone to preserve the original codepath.  It should be reviewed
later.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Channel.c
drivers/staging/hv/ChannelMgmt.c
drivers/staging/hv/ChannelMgmt.h