コード例 #1
0
ファイル: ext4_main.c プロジェクト: Florentah/xvisor-next
static void __exit ext4fs_exit(void)
{
	vfs_filesystem_unregister(&ext4fs);
}
コード例 #2
0
ファイル: iso9660fs.c プロジェクト: 32bitmicro/xvisor
static void __exit iso9660fs_exit(void)
{
	vfs_filesystem_unregister(&iso9660fs);
}