centos man page for unregister_filesystem

Query: unregister_filesystem

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNREGISTER_FILESYSTE(9) 					   The Linux VFS					   UNREGISTER_FILESYSTE(9)

NAME
unregister_filesystem - unregister a file system
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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UNREGISTER_FILESYSTE(9)
Related Man Pages
debugfs_create_u32(9) - centos
debugfs_create_bool(9) - centos
debugfs_create_blob(9) - centos
device_create_with_groups(9) - centos
vfs_lock_file(9) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Tar Command
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq