diff options
author | James Morris <jmorris@namei.org> | 2011-08-29 20:50:12 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 19:56:30 -0400 |
commit | ad3fa08c4ff84ed87649d72e8497735c85561a3d (patch) | |
tree | e6f22e6d42cf52c689e983be42b9292180564446 /security/selinux/include/security.h | |
parent | d5813a571876c72766f125b1c6e63414f6822c28 (diff) |
selinux: sparse fix: eliminate warnings for selinuxfs
Fixes several sparse warnings for selinuxfs.c
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/include/security.h')
-rw-r--r-- | security/selinux/include/security.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index 30002c43436f..13b626352f0b 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -218,6 +218,9 @@ extern void selinux_status_update_setenforce(int enforcing); | |||
218 | extern void selinux_status_update_policyload(int seqno); | 218 | extern void selinux_status_update_policyload(int seqno); |
219 | extern void selinux_complete_init(void); | 219 | extern void selinux_complete_init(void); |
220 | extern int selinux_disable(void); | 220 | extern int selinux_disable(void); |
221 | extern void exit_sel_fs(void); | ||
222 | extern struct dentry *selinux_null; | ||
223 | extern struct vfsmount *selinuxfs_mount; | ||
221 | 224 | ||
222 | #endif /* _SELINUX_SECURITY_H_ */ | 225 | #endif /* _SELINUX_SECURITY_H_ */ |
223 | 226 | ||