diff options
Diffstat (limited to 'security/selinux/selinuxfs.c')
-rw-r--r-- | security/selinux/selinuxfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 35459340019..55d92cbb177 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * Added conditional policy language extensions | 3 | * Added conditional policy language extensions |
4 | * | 4 | * |
5 | * Updated: Hewlett-Packard <paul.moore@hp.com> | 5 | * Updated: Hewlett-Packard <paul@paul-moore.com> |
6 | * | 6 | * |
7 | * Added support for the policy capability bitmap | 7 | * Added support for the policy capability bitmap |
8 | * | 8 | * |
@@ -1984,6 +1984,7 @@ __initcall(init_sel_fs); | |||
1984 | void exit_sel_fs(void) | 1984 | void exit_sel_fs(void) |
1985 | { | 1985 | { |
1986 | kobject_put(selinuxfs_kobj); | 1986 | kobject_put(selinuxfs_kobj); |
1987 | kern_unmount(selinuxfs_mount); | ||
1987 | unregister_filesystem(&sel_fs_type); | 1988 | unregister_filesystem(&sel_fs_type); |
1988 | } | 1989 | } |
1989 | #endif | 1990 | #endif |