commit | 7bc4e528d9f6fc4677eb1a4b0ddeb989c50e051d | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri Aug 25 13:57:20 2017 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Aug 25 17:21:12 2017 -0400 |
tree | d2b623424be201461e78ed340d184c9e18a5a3fd | |
parent | 6d415342ad15f7ca6e92b7a67ae49083e313d849 [diff] |
scsi: visorhba: sanitze private device data allocation There's no need to keep the private data for a device in a separate list; better to store it in ->hostdata and do away with the additional list. Signed-off-by: Hannes Reinecke <hare@suse.com> Reviewed-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>