tracing: fix seq read from trace files
authorSteven Rostedt <srostedt@redhat.com>
Thu, 5 Mar 2009 01:31:11 +0000 (20:31 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Thu, 5 Mar 2009 01:31:11 +0000 (20:31 -0500)
The buffer used by trace_seq was updated incorrectly. Instead
of consuming what was actually read, it consumed the rest of the
buffer on reads.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found