Re: [PATCH 1/3] tracing: make splice_read work when data issufficient

From: Frederic Weisbecker
Date: Tue Sep 01 2009 - 18:37:17 EST


On Tue, Sep 01, 2009 at 08:29:53PM +0800, Lai Jiangshan wrote:
> Frederic Weisbecker wrote:
> >> */
> >> + cpu_buffer->reader_page->read = 0;
> >
> >
> >
> > Wasn't this reset done before?
> >
> >
>
> This is not reset. It is still used just before this line.



Yeah but after that it's not used anymore because this page
won't anymore be used as a reader page but will be integrated
as a writable ring buffer page.

One day it may be reused as a reader page still, but before
any use, rb_reset_reader_page() will be called to reset this offset.

So I just don't understand why you need to do that.



> >
> >
> > Reviewed-by: Frederic Weisbecker <fweisbec@xxxxxxxxx>
> >
> >
>
> Ingo, Could you apply this patch and fix the bug?
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/