From: Harvey Yang Date: Tue, 22 Jan 2013 05:31:31 +0000 (+0800) Subject: staging: usbip: replace the interrupt safe spinlocks with common ones. X-Git-Tag: v3.9-rc1~127^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b66b5ce4ef40460b85ddc187225e26f91e22c5;p=pandora-kernel.git staging: usbip: replace the interrupt safe spinlocks with common ones. On the client side, we have a virtual hcd driver, there actually no hardware interrupts, so we do not need worry about race conditions caused by irq with spinlock held. Turning off irq is not good for system performance after all. Just replace them with a non interrupt safe version. Signed-off-by: Harvey Yang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed