diff options
| author | James Morris <[email protected]> | 2011-08-30 04:11:24 +0000 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2012-01-05 23:52:48 +0000 |
| commit | b46610caba4bd9263afd07c7ef7a79974550554a (patch) | |
| tree | 3f1edce9d24e9e7af2661ab4c2eeae744beb183c /security/selinux/hooks.c | |
| parent | SELinux: Fix RCU deref check warning in sel_netport_insert() (diff) | |
| download | kernel-b46610caba4bd9263afd07c7ef7a79974550554a.tar.gz kernel-b46610caba4bd9263afd07c7ef7a79974550554a.zip | |
selinux: sparse fix: make selinux_secmark_refcount static
Sparse fix: make selinux_secmark_refcount static.
Signed-off-by: James Morris <[email protected]>
Signed-off-by: Eric Paris <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 266a2292451d..e07cf7fcdce2 100644 --- a/security/selinux/hooks.c +++ b/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; |
