From: Steven Rostedt Date: Thu, 5 Mar 2009 01:31:11 +0000 (-0500) Subject: tracing: fix seq read from trace files X-Git-Tag: v2.6.30-rc1~2^2~69^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74da5235cec6cb71eb338c987f876ecc793138b;p=pandora-kernel.git tracing: fix seq read from trace files 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 --- Reading git-diff-tree failed