Re: [RFC][PATCH 18/23 v4] tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions

From: Steven Rostedt
Date: Fri Nov 14 2014 - 15:58:54 EST


On Fri, 14 Nov 2014 15:31:23 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Hmm, I guess I can still make this change. The seq_commit() comment
> states that @num needs to be < 0 if the data did not fit, and if it is
> in overflow state, then it should be -1 not size + 1 (or size for the
> old way).

I made the change, and here it is:

-- Steve