Rechercher une page de manuel
unregister_filesystem
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
unregister_filesystem - unregister a file systemSYNOPSIS
- 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre