[SCSI] scsi_transport_sas; fix user_scan
authorJames Bottomley <James.Bottomley@steeleye.com>
Fri, 19 May 2006 15:49:37 +0000 (10:49 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 20 May 2006 14:01:21 +0000 (09:01 -0500)
the user_scan() callback currently has the potential to identify the
wrong device in the presence of expanders.  This is because it finds
the first device with a matching target_id, which might be an
expander.  Fix this by making it look specifically for end devices.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found