From: Matthew Wilcox Date: Sun, 29 Jul 2007 23:27:20 +0000 (-0600) Subject: [SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host X-Git-Tag: v2.6.24-rc1~1290^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605fe5987f728e92e75ba12f7be01ffc3b132ad0;p=pandora-kernel.git [SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host The interrupt routines used to walk the list of Scsi_Hosts belonging to this driver to make sure that the scsi_cmnd belonged to one of them. This is a waste of time and gets in the way of later cleanups, so delete it. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed