Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121042
b: refs/heads/master
c: 505e371
h: refs/heads/master
v: v3
  • Loading branch information
Lai Jiangshan authored and Ingo Molnar committed Oct 27, 2008
1 parent f66854f commit c77c50e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 0eec481e8fb000a209fda9bf8f466aca87dc1150
refs/heads/master: 505e371da195fad20cb8aaf45407a2849774d6d0
2 changes: 0 additions & 2 deletions trunk/include/linux/marker.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ extern marker_probe_func __mark_empty_function;

extern void marker_probe_cb(const struct marker *mdata,
void *call_private, ...);
extern void marker_probe_cb_noarg(const struct marker *mdata,
void *call_private, ...);

/*
* Connect a probe to a marker.
Expand Down
3 changes: 1 addition & 2 deletions trunk/kernel/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ EXPORT_SYMBOL_GPL(marker_probe_cb);
*
* Should be connected to markers "MARK_NOARGS".
*/
void marker_probe_cb_noarg(const struct marker *mdata, void *call_private, ...)
static void marker_probe_cb_noarg(const struct marker *mdata, void *call_private, ...)
{
va_list args; /* not initialized */
char ptype;
Expand Down Expand Up @@ -198,7 +198,6 @@ void marker_probe_cb_noarg(const struct marker *mdata, void *call_private, ...)
}
rcu_read_unlock_sched();
}
EXPORT_SYMBOL_GPL(marker_probe_cb_noarg);

static void free_old_closure(struct rcu_head *head)
{
Expand Down

0 comments on commit c77c50e

Please sign in to comment.