UNREGISTER_FILESYSTEM

Section: ()
Updated: 06 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: 06:21:15 GMT, October 06, 2005