提交 e51a9896 编写于 作者: S Steven Rostedt (VMware)

ftrace: Remove unused "flags" field from struct ftrace_func_probe

Nothing uses "flags" in the ftrace_func_probe descriptor. Remove it.
Signed-off-by: NSteven Rostedt (VMware) <rostedt@goodmis.org>
上级 92a68fa0
...@@ -1101,7 +1101,6 @@ static struct hlist_head ftrace_func_hash[FTRACE_FUNC_HASHSIZE] __read_mostly; ...@@ -1101,7 +1101,6 @@ static struct hlist_head ftrace_func_hash[FTRACE_FUNC_HASHSIZE] __read_mostly;
struct ftrace_func_probe { struct ftrace_func_probe {
struct hlist_node node; struct hlist_node node;
struct ftrace_probe_ops *ops; struct ftrace_probe_ops *ops;
unsigned long flags;
unsigned long ip; unsigned long ip;
void *data; void *data;
struct list_head free_list; struct list_head free_list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册