Exemplo n.º 1
0
static void __exit ext4fs_exit(void)
{
	vfs_filesystem_unregister(&ext4fs);
}
Exemplo n.º 2
0
static void __exit iso9660fs_exit(void)
{
	vfs_filesystem_unregister(&iso9660fs);
}