commit | 605fe5987f728e92e75ba12f7be01ffc3b132ad0 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Jul 29 17:27:20 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:38:44 2007 -0400 |
tree | f2ec47698bfb5df51516db41db33923c1383d33f | |
parent | 074c8fe4c0c0c7918d99bca34ea8e02a86997530 [diff] |
[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 <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>