diff options
author | James Morris <james.morris@microsoft.com> | 2019-04-16 03:31:32 +0300 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2019-04-16 03:31:32 +0300 |
commit | f075b344c6ca7730c910e7d2ba667e9dad652435 (patch) | |
tree | f5ddfd51da110e8c2ec298b85a0f59a02acd22ea /security/smack/smack.h | |
parent | fe9fd2ef383c2f5883fcd3f7adce0de9ce2556ff (diff) | |
parent | f7450bc6e76860564f3842a41892f9b74313cc23 (diff) | |
download | linux-f075b344c6ca7730c910e7d2ba667e9dad652435.tar.xz |
Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into next-smack
From Casey: "There's one bug fix for
IPv6 handling and two memory use improvements."
Diffstat (limited to 'security/smack/smack.h')
-rw-r--r-- | security/smack/smack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/smack/smack.h b/security/smack/smack.h index cf52af77d15e..e41ca1d58484 100644 --- a/security/smack/smack.h +++ b/security/smack/smack.h @@ -348,6 +348,7 @@ extern struct list_head smack_onlycap_list; #define SMACK_HASH_SLOTS 16 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS]; +extern struct kmem_cache *smack_rule_cache; static inline struct task_smack *smack_cred(const struct cred *cred) { |