commit | 637bcbcdeb3976d7afc09a1db5f378ba458174ac | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri May 29 09:39:53 2020 +0200 |
committer | Hannes Reinecke <hare@suse.de> | Tue Jun 02 12:36:35 2020 +0200 |
tree | f37a6a64199a758b43e21ed1d9f6f3c0c0169177 | |
parent | 09daf52178d6ccc51b7413ef9f960f83b66a4f27 [diff] |
scsi_error: use xarray lookup instead of wrappers For SCSI EH most shost_for_each_sdev() calls are just to filter out devices for specific targets or channels. These calls can be made more efficient using direct xarray lookup and iterators. Signed-off-by: Hannes Reinecke <hare@suse.de>