constify path argument of audit_log_d_path()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
9fcf03d0d6
commit
66b3fad3f4
2 changed files with 2 additions and 2 deletions
|
|
@ -684,7 +684,7 @@ extern void audit_log_untrustedstring(struct audit_buffer *ab,
|
|||
const char *string);
|
||||
extern void audit_log_d_path(struct audit_buffer *ab,
|
||||
const char *prefix,
|
||||
struct path *path);
|
||||
const struct path *path);
|
||||
extern void audit_log_key(struct audit_buffer *ab,
|
||||
char *key);
|
||||
extern void audit_log_lost(const char *message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue