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:
e71456a
)
dlm: Remove seq_printf() return checks and use seq_has_overflowed()
author
Joe Perches
<joe@perches.com>
Mon, 29 Sep 2014 23:08:23 +0000
(16:08 -0700)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 5 Nov 2014 19:12:38 +0000
(14:12 -0500)
The seq_printf() return is going away soon and users of it should
check seq_has_overflowed() to see if the buffer is full and will
not accept any more data.
Convert functions returning int to void where seq_printf() is used.
Link:
http://lkml.kernel.org/p/43590057bcb83846acbbcc1fe641f792b2fb7773.1412031505.git.joe@perches.com
Link:
http://lkml.kernel.org/r/20141029220107.939492048@goodmis.org
Acked-by: David Teigland <teigland@redhat.com>
Cc: Christine Caulfield <ccaulfie@redhat.com>
Cc: cluster-devel@redhat.com
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
fs/dlm/debug_fs.c
patch
|
blob
|
history
diff --cc
fs/dlm/debug_fs.c
Simple merge