commit | 6f3a20242db2597312c50abc11f1e747c5d2326a | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Thu Sep 22 20:33:28 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sun Sep 25 12:01:48 2005 -0500 |
tree | edfc17cfd7e1813dbe728602f80630cfab985c20 | |
parent | 49bfd8db4a39ea14fb3780b162012b4b3611fce8 [diff] |
[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 <James.Bottomley@SteelEye.com>