Staging: hv: make Device->RequestLock a real spinlock
commit880fb89c1f23c17de6c964dca7943d2f76a8e17c
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Jul 2009 21:55:29 +0000 (15 14:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:48 +0000 (15 12:01 -0700)
treeebb7676772fc33ad14952754470fc3c85f392d8e
parenta98f96eed5fa16f4868b4af2d50af77f57a1b231
Staging: hv: make Device->RequestLock 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/RndisFilter.c