.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FC_REMOVE_HOST" "9" "09 October 2005" "" ""
.SH NAME
fc_remove_host \- called to terminate any fc_transport-related elements
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void fc_remove_host (struct Scsi_Host * \fIshost\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIshost\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
This routine is expected to be called immediately preceeding the
a driver's call to \fBscsi_remove_host\fR\&.
.SH "DESCRIPTION"
.PP
This routine is expected to be called immediately preceeding the
a driver's call to \fBscsi_remove_host\fR\&.
.SH "WARNING"
.PP
A driver utilizing the fc_transport, which fails to call
this routine prior to \fBscsi_remote_host\fR, will leave dangling
objects in /sys/class/fc_remote_ports. Access to any of these
objects can result in a system crash !!!
.SH "NOTES"
.PP
This routine assumes no locks are held on entry.