[PATCH 11/26 v5] tracing: Do not use return values of trace_seq_printf() in syscall tracing

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The functions trace_seq_printf() and friends will not be returning values soon and will be void functions. To know if they succeeded or not, the functions trace_seq_has_overflowed() and trace_handle_return() should be used instead. Reviewed-by: Petr Mladek

[PATCH 11/26 v5] tracing: Do not use return values of trace_seq_printf() in syscall tracing

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will not be returning values soon and will be void functions. To know if they succeeded or not, the functions trace_seq_has_overflowed() and trace_handle_return() should be used instead. Reviewed-by: