UNREGISTER_FILESYSTEM
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
unregister_filesystem - unregister a file system
SYNOPSIS
"SYNOPSIS"
int unregister_filesystem (struct file_system_type * fs);
ARGUMENTS
- fs
-
filesystem to unregister
DESCRIPTION
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.
Once this function has returned the &struct file_system_type structure
may be freed or reused.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:56 GMT, October 09, 2005