Tear down a scsi_hosts srp data structures
void srp_remove_host(struct Scsi_Host * shost);
shost
Scsi Host that is torn down
Removes all SRP remote ports for a given Scsi_Host. Must be called just before scsi_remove_host for SRP HBAs.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>