From f466bce3c1abb5460c780965e2c535cc83da49a4 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 29 Jan 2008 00:11:52 +0200 Subject: [PATCH] --- yaml --- r: 80896 b: refs/heads/master c: 374ea019cacfa8b69ae49eea993b74cb5968970b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/hooks.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;