commit | d4538817287e56abc938900886301a5bdfafbfcd | [log] [tgz] |
---|---|---|
author | Christof Schmitt <christof.schmitt@de.ibm.com> | Thu Aug 21 13:43:32 2008 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Aug 29 09:03:33 2008 -0500 |
tree | e7252f22ee956c1ec051824c623994d6b6d6d2e9 | |
parent | bfad9ceac5d11318c99ae8a0d1e926a380a56edd [diff] |
[SCSI] zfcp: Fix request queue locking The request queue lock can be acquired from softirq context when the SCSI midlayer issues commands. Disable softirqs for this lock when commands are issued from zfcp. Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: Martin Petermann <martin@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>