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:
9a77779
)
tracing: Add a seq_buf_clear() helper and clear len and readpos in init
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Wed, 29 Oct 2014 18:17:52 +0000
(14:17 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Thu, 20 Nov 2014 03:01:13 +0000
(22:01 -0500)
Add a helper function seq_buf_clear() that resets the len and readpos
fields of a seq_buf. Currently it is only used in the seq_buf_init()
but will be used later when updating the seq_file code.
Link:
http://lkml.kernel.org/r/20141104160222.352309995@goodmis.org
Tested-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/seq_buf.h
patch
|
blob
|
history
diff --cc
include/linux/seq_buf.h
Simple merge