diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-14 21:48:20 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-20 21:29:40 -0400 |
commit | 66b3fad3f4c535c92b6a1184d535a97d6aa5d82a (patch) | |
tree | e0ac7f847b760b9e8b9777df27cd1581099935a2 /include/linux/audit.h | |
parent | 9fcf03d0d6e845ed495fc8b1ec328b473ff298b3 (diff) |
constify path argument of audit_log_d_path()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 9ff7a2c48b50..ed3ef1972496 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -684,7 +684,7 @@ extern void audit_log_untrustedstring(struct audit_buffer *ab, | |||
684 | const char *string); | 684 | const char *string); |
685 | extern void audit_log_d_path(struct audit_buffer *ab, | 685 | extern void audit_log_d_path(struct audit_buffer *ab, |
686 | const char *prefix, | 686 | const char *prefix, |
687 | struct path *path); | 687 | const struct path *path); |
688 | extern void audit_log_key(struct audit_buffer *ab, | 688 | extern void audit_log_key(struct audit_buffer *ab, |
689 | char *key); | 689 | char *key); |
690 | extern void audit_log_lost(const char *message); | 690 | extern void audit_log_lost(const char *message); |