Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166429
b: refs/heads/master
c: 79fe249
h: refs/heads/master
i:
  166427: 91fdaa7
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Sep 22, 2009
1 parent 047a44b commit a2446ea
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: 1eb90f138b3fb4cc15f3acec94aa788e846269f7
refs/heads/master: 79fe249c8368be35c9ca05982e80c68e959505e1
4 changes: 3 additions & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1621,8 +1621,10 @@ ftrace_regex_open(struct inode *inode, struct file *file, int enable)
if (!ret) {
struct seq_file *m = file->private_data;
m->private = iter;
} else
} else {
trace_parser_put(&iter->parser);
kfree(iter);
}
} else
file->private_data = iter;
mutex_unlock(&ftrace_regex_lock);
Expand Down

0 comments on commit a2446ea

Please sign in to comment.