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

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
......@@ -957,7 +957,8 @@ static int superblock_doinit(struct super_block *sb, void *data)
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;
......
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