From: James Bottomley Date: Fri, 19 May 2006 15:49:37 +0000 (-0500) Subject: [SCSI] scsi_transport_sas; fix user_scan X-Git-Tag: v2.6.17-rc6~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d99a3f372181160a56d7b1ee3259dbe03663f0d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed