|
@@ -348,7 +348,7 @@ int __init fuse_ctl_init(void)
|
|
return register_filesystem(&fuse_ctl_fs_type);
|
|
return register_filesystem(&fuse_ctl_fs_type);
|
|
}
|
|
}
|
|
|
|
|
|
-void fuse_ctl_cleanup(void)
|
|
|
|
|
|
+void __exit fuse_ctl_cleanup(void)
|
|
{
|
|
{
|
|
unregister_filesystem(&fuse_ctl_fs_type);
|
|
unregister_filesystem(&fuse_ctl_fs_type);
|
|
}
|
|
}
|