commit | 6d99a3f372181160a56d7b1ee3259dbe03663f0d | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri May 19 10:49:37 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sat May 20 09:01:21 2006 -0500 |
tree | 97b4c8487de9b92fe5eb05e6f57a22c783c0594e | |
parent | 78a904b65420e02bf964af6a83c1fd7a85e0b59d [diff] |
[SCSI] scsi_transport_sas; fix user_scan 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>