1UNREGISTER_FILESYSTE(9)          The Linux VFS         UNREGISTER_FILESYSTE(9)
2
3
4

NAME

6       unregister_filesystem - unregister a file system
7

SYNOPSIS

9       int unregister_filesystem(struct file_system_type * fs);
10

ARGUMENTS

12       fs
13           filesystem to unregister
14

DESCRIPTION

16       Remove a file system that was previously successfully registered with
17       the kernel. An error is returned if the file system is not found. Zero
18       is returned on a success.
19
20       Once this function has returned the struct file_system_type structure
21       may be freed or reused.
22
24Kernel Hackers Manual 3.10         June 2019           UNREGISTER_FILESYSTE(9)
Impressum