Fixes: e36d18ee326c ("audit: add container id")
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
audit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/audit.c b/kernel/audit.c
index 9cc77d0df5ab56..a17c3dc0065d06 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -146,7 +146,7 @@ struct list_head audit_inode_hash[AUDIT_INODE_BUCKETS];
#define AUDIT_CONTID_BUCKETS 32
/* Hash for contid object lists */
-struct list_head audit_contid_hash[AUDIT_CONTID_BUCKETS];
+static struct list_head audit_contid_hash[AUDIT_CONTID_BUCKETS];
/* Lock all additions and deletions to the contid hash lists, assignment
* of container objects to tasks. There should be no need for
* interaction with tasklist_lock