From: Alex Elder Date: Tue, 5 Feb 2013 19:23:12 +0000 (-0600) Subject: rbd: turn off interrupts for open/remove locking X-Git-Tag: v3.9-rc1~41^2~21^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14ea269dd6b5e48a2941ba73b202cd7cd5d716d;p=pandora-kernel.git rbd: turn off interrupts for open/remove locking This commit: bc7a62ee5 rbd: prevent open for image being removed added checking for removing rbd before allowing an open, and used the same request spinlock for protecting that and updating the open count as is used for the request queue. However it used the non-irq protected version of the spinlocks. Fix that. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed