git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc5d12
)
tracing: fix seq read from trace files
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 5 Mar 2009 01:31:11 +0000
(20:31 -0500)
committer
Steven 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