From: Matthew Wilcox Date: Mon, 1 Oct 2007 14:07:52 +0000 (-0600) Subject: [SCSI] qlogicpti: Add a slave_configure method X-Git-Tag: v2.6.24-rc1~1290^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec76fbf7d6da3e98070a7059699d0ca019b0c9b;p=pandora-kernel.git [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 Acked-by: David S. Miller Signed-off-by: James Bottomley --- Reading git-diff-tree failed