commit | 4823ed7eadf35e4b57ce581327e21d39585f1f32 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon May 12 21:21:01 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 21:57:01 2008 +0200 |
tree | fb5b568b52f8757ecd9d314be6cacd25c71d7433 | |
parent | 2f1dafe50cc4e58a239fd81bd47f87f32042a1ee [diff] |
ftrace: fix setting of pos in read_pipe In resetting the iterator in read_pipe, the reset of pos was postitioned in the wrong location with respect to the memset operation. The current code sets pos, incorrectly, to zero. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>