audit_log_{name,link_denied}: constify struct path

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2016-11-20 20:36:51 -05:00
parent 40212d531d
commit 8bd107633b
3 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ extern void audit_copy_inode(struct audit_names *name,
extern void audit_log_cap(struct audit_buffer *ab, char *prefix,
kernel_cap_t *cap);
extern void audit_log_name(struct audit_context *context,
struct audit_names *n, struct path *path,
struct audit_names *n, const struct path *path,
int record_num, int *call_panic);
extern int audit_pid;