From: Christoph Hellwig Date: Mon, 31 Oct 2005 18:51:24 +0000 (+0100) Subject: [SCSI] megaraid_sas: fix EH locking X-Git-Tag: v2.6.15-rc1~7^2~13^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3072c4abdd8c239a28085733adf3aaae94ad8fbe;p=pandora-kernel.git [SCSI] megaraid_sas: fix EH locking recent kernels call the eh_ methods without the host lock held. megaraid_sas doesn't need it but drops it before calling a sleeping routine and reqcquires it afterwards. Just remove the spin_unlock/spin_lock calls. Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed