Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100506
b: refs/heads/master
c: d15f57f
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent d80b181 commit 2649e52
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 07a267cdd2fd7d1de9455b1e36a1635ace7276c7
refs/heads/master: d15f57f23eaba975309a153b23699cd0c0236974
4 changes: 3 additions & 1 deletion trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,10 @@ static void *s_start(struct seq_file *m, loff_t *pos)

mutex_lock(&trace_types_lock);

if (!current_trace || current_trace != iter->trace)
if (!current_trace || current_trace != iter->trace) {
mutex_unlock(&trace_types_lock);
return NULL;
}

atomic_inc(&trace_record_cmdline_disabled);

Expand Down

0 comments on commit 2649e52

Please sign in to comment.