diff options
Diffstat (limited to 'security/integrity/ima/ima_api.c')
-rw-r--r-- | security/integrity/ima/ima_api.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c index da36d2c085a4..0d50df04ccc4 100644 --- a/security/integrity/ima/ima_api.c +++ b/security/integrity/ima/ima_api.c | |||
@@ -126,7 +126,8 @@ int ima_must_measure(struct inode *inode, int mask, int function) | |||
126 | * | 126 | * |
127 | * Return 0 on success, error code otherwise | 127 | * Return 0 on success, error code otherwise |
128 | */ | 128 | */ |
129 | int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file) | 129 | int ima_collect_measurement(struct integrity_iint_cache *iint, |
130 | struct file *file) | ||
130 | { | 131 | { |
131 | int result = -EEXIST; | 132 | int result = -EEXIST; |
132 | 133 | ||
@@ -156,8 +157,8 @@ int ima_collect_measurement(struct ima_iint_cache *iint, struct file *file) | |||
156 | * | 157 | * |
157 | * Must be called with iint->mutex held. | 158 | * Must be called with iint->mutex held. |
158 | */ | 159 | */ |
159 | void ima_store_measurement(struct ima_iint_cache *iint, struct file *file, | 160 | void ima_store_measurement(struct integrity_iint_cache *iint, |
160 | const unsigned char *filename) | 161 | struct file *file, const unsigned char *filename) |
161 | { | 162 | { |
162 | const char *op = "add_template_measure"; | 163 | const char *op = "add_template_measure"; |
163 | const char *audit_cause = "ENOMEM"; | 164 | const char *audit_cause = "ENOMEM"; |