aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/avtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/ss/avtab.c')
-rw-r--r--security/selinux/ss/avtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/avtab.c b/security/selinux/ss/avtab.c
index 2dfc6134c2c2..ebb993c5c244 100644
--- a/security/selinux/ss/avtab.c
+++ b/security/selinux/ss/avtab.c
@@ -28,7 +28,7 @@
28 (keyp->source_type << 9)) & \ 28 (keyp->source_type << 9)) & \
29 AVTAB_HASH_MASK) 29 AVTAB_HASH_MASK)
30 30
31static kmem_cache_t *avtab_node_cachep; 31static struct kmem_cache *avtab_node_cachep;
32 32
33static struct avtab_node* 33static struct avtab_node*
34avtab_insert_node(struct avtab *h, int hvalue, 34avtab_insert_node(struct avtab *h, int hvalue,