Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / security / selinux / ss / symtab.h
index d75fcafe7281f1ab51f7337068c1b1f87c6880ef..f145301b9d9f73dbd3165644555c0ae43b34c308 100644 (file)
@@ -13,7 +13,7 @@
 #include "hashtab.h"
 
 struct symtab {
-       struct hashtab *table;  /* hash table (keyed on a string) */
+       struct hashtab table;   /* hash table (keyed on a string) */
        u32 nprim;              /* number of primary names in table */
 };