Commit 3583a711 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Morris
Browse files

make selinux_write_opts() static



This patch makes the needlessly global selinux_write_opts() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 2b12a4c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -957,7 +957,8 @@ out_err:
	return rc;
}

void selinux_write_opts(struct seq_file *m, struct security_mnt_opts *opts)
static void selinux_write_opts(struct seq_file *m,
			       struct security_mnt_opts *opts)
{
	int i;
	char *prefix;