diff options
author | James Morris <jmorris@namei.org> | 2011-08-17 03:08:43 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-10 01:56:25 +0200 |
commit | 56a4ca996181b94b30e6b46509dc28e4ca3cc3f8 (patch) | |
tree | ff238902759365d93b9ca8739f370fd3ba0f8659 /security/selinux/hooks.c | |
parent | apparmor: sparse fix: make aa_create_aafs static (diff) | |
download | linux-56a4ca996181b94b30e6b46509dc28e4ca3cc3f8.tar.xz linux-56a4ca996181b94b30e6b46509dc28e4ca3cc3f8.zip |
selinux: sparse fix: make selinux_secmark_refcount static
Sparse fix: make selinux_secmark_refcount static.
Signed-off-by: James Morris <jmorris@namei.org>
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; |