ftrace: remove struct list_head from struct dyn_ftrace
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 13 Mar 2009 09:51:27 +0000 (17:51 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Mar 2009 10:36:20 +0000 (11:36 +0100)
Impact: save memory

The struct dyn_ftrace table is very large, this patch will save
about 50%.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Steven Rostedt <srostedt@redhat.com>
LKML-Reference: <49BA2C9F.8020009@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found