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:
0736c03
)
seq_buf: Create seq_buf_used() to find out how much was written
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Thu, 6 Nov 2014 21:38:28 +0000
(16:38 -0500)
committer
Steven Rostedt
<rostedt@goodmis.org>
Thu, 20 Nov 2014 03:01:13 +0000
(22:01 -0500)
Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED()
private macro to let callers have a method to know how much of the
seq_buf was written to.
Link:
http://lkml.kernel.org/r/20141114011412.170377300@goodmis.org
Link:
http://lkml.kernel.org/r/20141114011413.321654244@goodmis.org
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found