From: James Bottomley Date: Fri, 23 Sep 2005 01:33:28 +0000 (-0500) Subject: [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3 X-Git-Tag: v2.6.14-rc4~84^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3a20242db2597312c50abc11f1e747c5d2326a;p=pandora-kernel.git [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3 Currently we just ignore the device, which means there are a few arrays out there that we don't find. This patch updates the scsi_report_lun_scan() to take a target instead of a device so it can be called on a return of SCSI_SCAN_TARGET_PRESENT, which is what a PQ 3 device returns. Signed-off-by: James Bottomley --- Reading git-diff-tree failed