Răsfoiți Sursa

ftrace: Remove unused "flags" field from struct ftrace_func_probe

Nothing uses "flags" in the ftrace_func_probe descriptor. Remove it.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Steven Rostedt (VMware) 8 ani în urmă
părinte
comite
e51a989679
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      kernel/trace/ftrace.c

+ 0 - 1
kernel/trace/ftrace.c

@@ -1101,7 +1101,6 @@ static struct hlist_head ftrace_func_hash[FTRACE_FUNC_HASHSIZE] __read_mostly;
 struct ftrace_func_probe {
 	struct hlist_node	node;
 	struct ftrace_probe_ops	*ops;
-	unsigned long		flags;
 	unsigned long		ip;
 	void			*data;
 	struct list_head	free_list;