Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257123
b: refs/heads/master
c: 072126f
h: refs/heads/master
i:
  257121: 81897e7
  257119: adf5456
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Jul 14, 2011
1 parent 522cb96 commit 3970ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41fb61c2d08107ce96a5dcb3a6289b2afd3e135c
refs/heads/master: 072126f4529196f71a97960248bca54fd4554c2d
4 changes: 4 additions & 0 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,10 @@ ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len,

mutex_lock(&ftrace_lock);
ret = ftrace_hash_move(ops, enable, orig_hash, hash);
if (!ret && ops->flags & FTRACE_OPS_FL_ENABLED
&& ftrace_enabled)
ftrace_run_update_code(FTRACE_ENABLE_CALLS);

mutex_unlock(&ftrace_lock);

mutex_unlock(&ftrace_regex_lock);
Expand Down

0 comments on commit 3970ca7

Please sign in to comment.