示例#1
0
static void __exit ext4fs_exit(void)
{
	vfs_filesystem_unregister(&ext4fs);
}
示例#2
0
static void __exit iso9660fs_exit(void)
{
	vfs_filesystem_unregister(&iso9660fs);
}