예제 #1
0
static int __init ext4fs_init(void)
{
	return vfs_filesystem_register(&ext4fs);
}
예제 #2
0
static int __init iso9660fs_init(void)
{
	return vfs_filesystem_register(&iso9660fs);
}