Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141035
b: refs/heads/master
c: cc59c9e
h: refs/heads/master
i:
  141033: 59bb5d0
  141031: 3969525
v: v3
  • Loading branch information
Lai Jiangshan authored and Ingo Molnar committed Mar 24, 2009
1 parent a301cc5 commit 354373e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: be6f164a02f394675e2ac2077dd354cebef5b4c0
refs/heads/master: cc59c9e8d0165c632fd056c4a23e36f917507fb4
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ ftrace_pid_read(struct file *file, char __user *ubuf,
if (ftrace_pid_trace == ftrace_swapper_pid)
r = sprintf(buf, "swapper tasks\n");
else if (ftrace_pid_trace)
r = sprintf(buf, "%u\n", pid_nr(ftrace_pid_trace));
r = sprintf(buf, "%u\n", pid_vnr(ftrace_pid_trace));
else
r = sprintf(buf, "no pid\n");

Expand Down

0 comments on commit 354373e

Please sign in to comment.