Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-19 Thread Petr Mladek
On Wed 2014-11-19 10:49:56, Steven Rostedt wrote: > On Tue, 18 Nov 2014 16:02:04 +0100 > Petr Mladek wrote: > > > On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: > > > From: "Steven Rostedt (Red Hat)" > > > > > > Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() > > >

Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-19 Thread Steven Rostedt
On Tue, 18 Nov 2014 16:02:04 +0100 Petr Mladek wrote: > On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: > > From: "Steven Rostedt (Red Hat)" > > > > Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() > > private macro to let callers have a method to know how much of the >

Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-19 Thread Steven Rostedt
On Tue, 18 Nov 2014 16:02:04 +0100 Petr Mladek pmla...@suse.cz wrote: On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() private macro to let callers have a method to

Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-19 Thread Petr Mladek
On Wed 2014-11-19 10:49:56, Steven Rostedt wrote: On Tue, 18 Nov 2014 16:02:04 +0100 Petr Mladek pmla...@suse.cz wrote: On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org Add a helper function seq_buf_used() that replaces the

Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() > private macro to let callers have a method to know how much of the > seq_buf was written to. > > Link:

Re: [PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:59:05, Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() private macro to let callers have a method to know how much of the seq_buf was written to. Link:

[PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() private macro to let callers have a method to know how much of the seq_buf was written to. Link: http://lkml.kernel.org/r/20141114011412.170377...@goodmis.org Link:

[PATCH 18/26 v5] seq_buf: Create seq_buf_used() to find out how much was written

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Add a helper function seq_buf_used() that replaces the SEQ_BUF_USED() private macro to let callers have a method to know how much of the seq_buf was written to. Link: http://lkml.kernel.org/r/20141114011412.170377...@goodmis.org Link: