diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2007-10-02 23:11:24 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:56:00 -0400 |
commit | 884f7fba09646714f94d945162e698f0822a6fdd (patch) | |
tree | d076eb4fa2fce33918548de69770e35153bdf823 /drivers/scsi/scsi_tgt_priv.h | |
parent | 835cc24aff0fd4b9da9d0a45d9bd043adcb2cf89 (diff) |
[SCSI] gdth: Remove gdth_ctr_tab[]
- Places like Initialization and Reset that Just loop on all devices can
use the link list with the list_for_each_entry macro.
But the io_ctrl from user mode now suffers performance-wise because
code has to do a sequential search for the requested host number.
I have isolated this search in a gdth_find_ha(int hanum) member
for future enhancement if needed.
Signed-off-by Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_tgt_priv.h')
0 files changed, 0 insertions, 0 deletions