diff --git a/[refs] b/[refs] index 929147404b2d..44034dc39367 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71f1cb05f773661b6fa98c7a635d7a395cd9c55d +refs/heads/master: 374ea019cacfa8b69ae49eea993b74cb5968970b diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index 81bfcf114484..be6de0b8734f 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -583,8 +583,8 @@ static int bad_option(struct superblock_security_struct *sbsec, char flag, * Allow filesystems with binary mount data to explicitly set mount point * labeling information. */ -int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, - int *flags, int num_opts) +static int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, + int *flags, int num_opts) { int rc = 0, i; struct task_security_struct *tsec = current->security;