]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - security/selinux/selinuxfs.c
RDMA/ucm: Allow user to specify QP type when creating id
[mv-sheeva.git] / security / selinux / selinuxfs.c
index 35459340019e44399775c2f96aa9b5871f8d566c..55d92cbb177acaf31a7b84282cf8d56b0c71fbe5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *     Added conditional policy language extensions
  *
- *  Updated: Hewlett-Packard <paul.moore@hp.com>
+ *  Updated: Hewlett-Packard <paul@paul-moore.com>
  *
  *     Added support for the policy capability bitmap
  *
@@ -1984,6 +1984,7 @@ __initcall(init_sel_fs);
 void exit_sel_fs(void)
 {
        kobject_put(selinuxfs_kobj);
+       kern_unmount(selinuxfs_mount);
        unregister_filesystem(&sel_fs_type);
 }
 #endif