diff options
Diffstat (limited to 'security/integrity/ima/ima_api.c')
-rw-r--r-- | security/integrity/ima/ima_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c index 370e42dfc5c5..5a2218fe877a 100644 --- a/security/integrity/ima/ima_api.c +++ b/security/integrity/ima/ima_api.c | |||
@@ -313,7 +313,7 @@ void ima_audit_measurement(struct integrity_iint_cache *iint, | |||
313 | iint->flags |= IMA_AUDITED; | 313 | iint->flags |= IMA_AUDITED; |
314 | } | 314 | } |
315 | 315 | ||
316 | const char *ima_d_path(struct path *path, char **pathbuf) | 316 | const char *ima_d_path(const struct path *path, char **pathbuf) |
317 | { | 317 | { |
318 | char *pathname = NULL; | 318 | char *pathname = NULL; |
319 | 319 | ||