Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121263
b: refs/heads/master
c: 77d683f
h: refs/heads/master
i:
  121261: 82f16dd
  121259: f909b55
  121255: 5793eb9
  121247: 43589ab
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Dec 5, 2008
1 parent a5758e5 commit 221c779
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: ff32504fdc56407654584ef187b20022c94a3486
refs/heads/master: 77d683f3e0258d522c5506e7b5fd05c9411184d9
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ extern struct pid *ftrace_pid_trace;

static inline int ftrace_trace_task(struct task_struct *task)
{
if (ftrace_pid_trace)
if (!ftrace_pid_trace)
return 1;

return test_tsk_trace_trace(task);
Expand Down

0 comments on commit 221c779

Please sign in to comment.