Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

make selinux_write_opts() static

This patch makes the needlessly global selinux_write_opts() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>

authored by

Adrian Bunk and committed by
James Morris
3583a711 2b12a4c5

+2 -1
+2 -1
security/selinux/hooks.c
··· 957 957 return rc; 958 958 } 959 959 960 - void selinux_write_opts(struct seq_file *m, struct security_mnt_opts *opts) 960 + static void selinux_write_opts(struct seq_file *m, 961 + struct security_mnt_opts *opts) 961 962 { 962 963 int i; 963 964 char *prefix;