From: K. Y. Srinivasan Date: Tue, 10 May 2011 14:53:48 +0000 (-0700) Subject: Staging: hv: blkvsc_drv: Cleanup spin lock usage X-Git-Tag: v3.0-rc1~336^2~432 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b73e4c06d326571589eebcb78efde6182330042;p=pandora-kernel.git Staging: hv: blkvsc_drv: Cleanup spin lock usage This spin lock is potentially acquired from interrupt context. Ensure that the interrupts are blocked whenever the lock is held. The current code was not consistent with regards to blocking interrupts - the same lock would be acquired without blocking interrupts in some instance while the interrupts would be blocked in other instances. Fix this potential deadlock problem. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed