commit | 9ec76fbf7d6da3e98070a7059699d0ca019b0c9b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Mon Oct 01 08:07:52 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:52:38 2007 -0400 |
tree | 6370b64b39555c4df92232a3ba9a65b11bebbba1 | |
parent | 50865c1d38e3fbe17a1843582a8e10f2dbbeb6d3 [diff] |
[SCSI] qlogicpti: Add a slave_configure method By configuring targets in slave_configure, we can eliminate a shadow queuecommand, a shadow scsi_done, a write to the host template, abuse of SCp->Message and SCp->Status, a use of kmap_atomic() and sniffing the results of INQUIRY. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>