From a2f30d9e24404f3fd4827b93afb8a066ddb17dec Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 17 Aug 2011 11:08:43 +1000 Subject: [PATCH] --- yaml --- r: 264518 b: refs/heads/master c: 56a4ca996181b94b30e6b46509dc28e4ca3cc3f8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/hooks.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index eadd64eb057c..d1ac9097cdea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3417d8d5d4d584bd73e2f6265f7a06b51e4a70a1 +refs/heads/master: 56a4ca996181b94b30e6b46509dc28e4ca3cc3f8 diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index 266a2292451d..e07cf7fcdce2 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -96,7 +96,7 @@ extern int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm); extern struct security_operations *security_ops; /* SECMARK reference count */ -atomic_t selinux_secmark_refcount = ATOMIC_INIT(0); +static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0); #ifdef CONFIG_SECURITY_SELINUX_DEVELOP int selinux_enforcing;