Commit 29cd55fe authored by Xiu Jianfeng's avatar Xiu Jianfeng Committed by Paul Moore

selinux: cleanup exit_sel_fs() declaration

exit_sel_fs() has been removed since commit f22f9aaf ("selinux:
remove the runtime disable functionality").
Signed-off-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 8bfbd046
......@@ -384,7 +384,6 @@ struct selinux_kernel_status {
extern void selinux_status_update_setenforce(int enforcing);
extern void selinux_status_update_policyload(int seqno);
extern void selinux_complete_init(void);
extern void exit_sel_fs(void);
extern struct path selinux_null;
extern void selnl_notify_setenforce(int val);
extern void selnl_notify_policyload(u32 seqno);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment