diff options
author | 2014-09-29 16:08:23 -0700 | |
---|---|---|
committer | 2014-11-05 14:12:38 -0500 | |
commit | d6d906b234afc984e93044c19e7b6598824412aa (patch) | |
tree | 7e14ddf4041430182d844302214f3acdf9b7449d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | netfilter: Remove checks of seq_printf() return values (diff) | |
download | wireguard-linux-d6d906b234afc984e93044c19e7b6598824412aa.tar.xz wireguard-linux-d6d906b234afc984e93044c19e7b6598824412aa.zip |
dlm: Remove seq_printf() return checks and use seq_has_overflowed()
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions