Skip to content

Commit

Permalink
make selinux_write_opts() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and James Morris committed Aug 5, 2008
1 parent 2b12a4c commit 3583a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/selinux/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3583a71

Please sign in to comment.