Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292343
b: refs/heads/master
c: 38eff28
h: refs/heads/master
i:
  292341: 2207602
  292339: ab98ef0
  292335: 7f0802c
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent 7e517c4 commit 092a39b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66b3fad3f4c535c92b6a1184d535a97d6aa5d82a
refs/heads/master: 38eff2892628fa5c4fc8962a17b7296f42833ebe
4 changes: 2 additions & 2 deletions trunk/include/linux/trace_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern int trace_seq_putmem(struct trace_seq *s, const void *mem, size_t len);
extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
size_t len);
extern void *trace_seq_reserve(struct trace_seq *s, size_t len);
extern int trace_seq_path(struct trace_seq *s, struct path *path);
extern int trace_seq_path(struct trace_seq *s, const struct path *path);

#else /* CONFIG_TRACING */
static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
Expand Down Expand Up @@ -88,7 +88,7 @@ static inline void *trace_seq_reserve(struct trace_seq *s, size_t len)
{
return NULL;
}
static inline int trace_seq_path(struct trace_seq *s, struct path *path)
static inline int trace_seq_path(struct trace_seq *s, const struct path *path)
{
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 092a39b

Please sign in to comment.