]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] ibmvscsi: Fix module load hang
authorBrian King <brking@linux.vnet.ibm.com>
Tue, 23 Jun 2009 22:14:01 +0000 (17:14 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 25 Jun 2009 16:06:41 +0000 (11:06 -0500)
commit86ddf46a7b5e7fcf8ed3792bfafce5039f05c661
tree42e0a9dc566b707331585ac281bd25ef618ab1d1
parent89feb12dd08b870baab8a22265bbff269a80bcf8
[SCSI] ibmvscsi: Fix module load hang

Fixes a regression seen in the ibmvscsi driver when using the VSCSI
server in SLES 9 and SLES 10. The VSCSI server in these releases
has a bug in it in which it does not send responses to unknown MADs.
Check the OS Type field in the adapter info response and do not send
these unsupported commands when talking to an older server.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/ibmvscsi/ibmvscsi.c