commit | 66b3fad3f4c535c92b6a1184d535a97d6aa5d82a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 14 21:48:20 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:40 2012 -0400 |
tree | e0ac7f847b760b9e8b9777df27cd1581099935a2 | |
parent | 9fcf03d0d6e845ed495fc8b1ec328b473ff298b3 [diff] |
constify path argument of audit_log_d_path() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/kernel/audit.c b/kernel/audit.c index bb0eb5b..1c7f2c6 100644 --- a/kernel/audit.c +++ b/kernel/audit.c
@@ -1418,7 +1418,7 @@ /* This is a helper-function to print the escaped d_path */ void audit_log_d_path(struct audit_buffer *ab, const char *prefix, - struct path *path) + const struct path *path) { char *p, *pathname;