.\" 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 "UNREGISTER_FILESYSTEM" "" "06 October 2005" "" "" .SH NAME unregister_filesystem \- unregister a file system .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int unregister_filesystem (struct file_system_type * \fIfs\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfs\fB\fR filesystem to unregister .SH "DESCRIPTION" .PP Remove a file system that was previously successfully registered with the kernel. An error is returned if the file system is not found. Zero is returned on a success. .PP Once this function has returned the &struct file_system_type structure may be freed or reused.