| commit | 2961bf345fd1b736c3db46cad0f69855f67fbe9c | [log] [tgz] |
|---|---|---|
| author | Li Zefan <lizf@cn.fujitsu.com> | Wed Jun 24 09:53:26 2009 +0800 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Jun 24 11:02:51 2009 +0200 |
| tree | 2032d3b59b4a93445209b5b1f0428159b61837d2 | |
| parent | c8961ec6da22ea010bf4470a8e0fb3fdad0f11c4 [diff] |
trace_stat: Don't increment @pos in seq start() It's wrong to increment @pos in stat_seq_start(). It causes some stat entries lost when reading stat file, if the output of the file is larger than PAGE_SIZE. Reviewed-by: Liming Wang <liming.wang@windriver.com> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <4A418716.90209@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>