From: Steven Rostedt Date: Mon, 2 Mar 2009 19:04:40 +0000 (-0500) Subject: tracing: make trace_seq_reset global and rename to trace_seq_init X-Git-Tag: v2.6.30-rc1~2^2~74^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9520750c4c9924c14325cd951efae5fae58104c;p=pandora-kernel.git tracing: make trace_seq_reset global and rename to trace_seq_init Impact: clean up The trace_seq functions may be used separately outside of the ftrace iterator. The trace_seq_reset is needed for these operations. This patch also renames trace_seq_reset to the more appropriate trace_seq_init. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed