diff options
author | 2007-10-02 23:11:24 +0200 | |
---|---|---|
committer | 2007-10-12 14:56:00 -0400 | |
commit | 884f7fba09646714f94d945162e698f0822a6fdd (patch) | |
tree | d076eb4fa2fce33918548de69770e35153bdf823 /arch/m32r/kernel | |
parent | [SCSI] gdth: switch to modern scsi host registration (diff) | |
download | wireguard-linux-884f7fba09646714f94d945162e698f0822a6fdd.tar.xz wireguard-linux-884f7fba09646714f94d945162e698f0822a6fdd.zip |
[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 'arch/m32r/kernel')
0 files changed, 0 insertions, 0 deletions