void fc_remove_host (struct Scsi_Host * shost);
This routine is expected to be called immediately preceeding the a driver's call to scsi_remove_host.
This routine is expected to be called immediately preceeding the a driver's call to scsi_remove_host.
A driver utilizing the fc_transport, which fails to call this routine prior to scsi_remote_host, will leave dangling objects in /sys/class/fc_remote_ports. Access to any of these objects can result in a system crash !!!
This routine assumes no locks are held on entry.