Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1628586 > unrolled thread

[for-next][PATCH 12/33] ftrace: Remove unused "flags" field from struct ftrace_func_probe

Started bySteven Rostedt <rostedt@goodmis.org>
First post2017-04-21 23:40 +0200
Last post2017-04-21 23:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [for-next][PATCH 12/33] ftrace: Remove unused "flags" field from struct ftrace_func_probe Steven Rostedt <rostedt@goodmis.org> - 2017-04-21 23:40 +0200

#1628586 — [for-next][PATCH 12/33] ftrace: Remove unused "flags" field from struct ftrace_func_probe

FromSteven Rostedt <rostedt@goodmis.org>
Date2017-04-21 23:40 +0200
Subject[for-next][PATCH 12/33] ftrace: Remove unused "flags" field from struct ftrace_func_probe
Message-ID<tyOrv-2qL-9@gated-at.bofh.it>
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

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

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 kernel/trace/ftrace.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index b5ce7ea67e02..b6dc29583c86 100644
--- a/kernel/trace/ftrace.c
+++ b/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;
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web