[PATCH 21/26 v5] tracing: Have seq_buf use full buffer

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Currently seq_buf is full when all but one byte of the buffer is filled. Change it so that the seq_buf is full when all of the buffer is filled. Some of the functions would fill the buffer completely and report everything was fine. This was inconsistent with the

[PATCH 21/26 v5] tracing: Have seq_buf use full buffer

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Currently seq_buf is full when all but one byte of the buffer is filled. Change it so that the seq_buf is full when all of the buffer is filled. Some of the functions would fill the buffer completely and report everything was fine. This was