mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
constify path argument of trace_seq_path()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
66b3fad3f4
commit
38eff28926
2 changed files with 3 additions and 3 deletions
|
@ -264,7 +264,7 @@ void *trace_seq_reserve(struct trace_seq *s, size_t len)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int trace_seq_path(struct trace_seq *s, struct path *path)
|
||||
int trace_seq_path(struct trace_seq *s, const struct path *path)
|
||||
{
|
||||
unsigned char *p;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue