fc_remove_host(9) suse man page | unix.com

Man Page: fc_remove_host

Operating Environment: suse

Section: 9

FC_REMOVE_HOST(9)						  SCSI mid layer						 FC_REMOVE_HOST(9)

NAME
fc_remove_host - called to terminate any fc_transport-related elements for a scsi host.
SYNOPSIS
void fc_remove_host(struct Scsi_Host * shost);
ARGUMENTS
shost Which Scsi_Host
DESCRIPTION
This routine is expected to be called immediately preceeding the a driver's call to scsi_remove_host.
WARNING
A driver utilizing the fc_transport, which fails to call this routine prior to scsi_remove_host, will leave dangling objects in /sys/class/fc_remote_ports. Access to any of these objects can result in a system crash !!!
NOTES
This routine assumes no locks are held on entry.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 FC_REMOVE_HOST(9)
Related Man Pages
fc_remote_port_delete(9) - suse
scsi_hba_fini(9f) - sunos
scsi_hba_fini(9f) - opensolaris
scsi_transport(9f) - linux
scsi_transport(9f) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Migrating to UNIX
SOCKS proxy &amp; PAM configuration exposure
Docker learning Phase-I