Re: [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:58:59, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The trace_seq_printf() and friends are used to store strings into a buffer > that can be passed around from function to function. If the trace_seq buffer > fills up, it will not print any more. The return val

[PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The trace_seq_printf() and friends are used to store strings into a buffer that can be passed around from function to function. If the trace_seq buffer fills up, it will not print any more. The return values were somewhat inconsistant and using trace_seq_has_overf