Loading drivers/xen/xenfs/super.c +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ static struct file_system_type xenfs_type = { static int __init xenfs_init(void) { if (xen_pv_domain()) if (xen_domain()) return register_filesystem(&xenfs_type); printk(KERN_INFO "XENFS: not registering filesystem on non-xen platform\n"); Loading @@ -74,7 +74,7 @@ static int __init xenfs_init(void) static void __exit xenfs_exit(void) { if (xen_pv_domain()) if (xen_domain()) unregister_filesystem(&xenfs_type); } Loading Loading
drivers/xen/xenfs/super.c +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ static struct file_system_type xenfs_type = { static int __init xenfs_init(void) { if (xen_pv_domain()) if (xen_domain()) return register_filesystem(&xenfs_type); printk(KERN_INFO "XENFS: not registering filesystem on non-xen platform\n"); Loading @@ -74,7 +74,7 @@ static int __init xenfs_init(void) static void __exit xenfs_exit(void) { if (xen_pv_domain()) if (xen_domain()) unregister_filesystem(&xenfs_type); } Loading