|
@@ -2061,6 +2061,7 @@ __initcall(init_sel_fs);
|
|
void exit_sel_fs(void)
|
|
void exit_sel_fs(void)
|
|
{
|
|
{
|
|
sysfs_remove_mount_point(fs_kobj, "selinux");
|
|
sysfs_remove_mount_point(fs_kobj, "selinux");
|
|
|
|
+ dput(selinux_null.dentry);
|
|
kern_unmount(selinuxfs_mount);
|
|
kern_unmount(selinuxfs_mount);
|
|
unregister_filesystem(&sel_fs_type);
|
|
unregister_filesystem(&sel_fs_type);
|
|
}
|
|
}
|