diff options
Diffstat (limited to 'security/integrity/iint.c')
-rw-r--r-- | security/integrity/iint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/integrity/iint.c b/security/integrity/iint.c index d17de48bd6cc..991df20709b0 100644 --- a/security/integrity/iint.c +++ b/security/integrity/iint.c | |||
@@ -157,6 +157,7 @@ static void init_once(void *foo) | |||
157 | iint->version = 0; | 157 | iint->version = 0; |
158 | iint->flags = 0UL; | 158 | iint->flags = 0UL; |
159 | mutex_init(&iint->mutex); | 159 | mutex_init(&iint->mutex); |
160 | iint->hmac_status = INTEGRITY_UNKNOWN; | ||
160 | } | 161 | } |
161 | 162 | ||
162 | static int __init integrity_iintcache_init(void) | 163 | static int __init integrity_iintcache_init(void) |