commit | 3ed215259f2d8cd937abc833dc76e309173aaa52 | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Wed Feb 17 16:08:36 2010 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Feb 17 17:49:25 2010 -0600 |
tree | 9728404b0eb064096c7053efca1014bd6d350291 | |
parent | 34c2b712992540ca436e97432ffc57c84c8f8c18 [diff] |
[SCSI] mpt2sas: Do not call sas_is_tlr_enabled for RAID volumes. For RAID volume sas_is_tlr_enabled call will hit BUG at scsi_transport_sas.c:163, since raid volume is not visible to sas transport layer. Now Added check to make sure arg pass in sas_is_tlr_enabled() is not a volume. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>