Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361553
b: refs/heads/master
c: 740466b
h: refs/heads/master
i:
  361551: 16303c1
v: v3
  • Loading branch information
Steven Rostedt (Red Hat) authored and Steven Rostedt committed Mar 13, 2013
1 parent 415ab32 commit e7f3518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2721e72dd10f71a3ba90f59781becf02638aa0d9
refs/heads/master: 740466bc89ad8bd5afcc8de220f715f62b21e365
4 changes: 2 additions & 2 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3108,8 +3108,8 @@ __unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
continue;
}

hlist_del(&entry->node);
call_rcu(&entry->rcu, ftrace_free_entry_rcu);
hlist_del_rcu(&entry->node);
call_rcu_sched(&entry->rcu, ftrace_free_entry_rcu);
}
}
__disable_ftrace_function_probe();
Expand Down

0 comments on commit e7f3518

Please sign in to comment.