Re: [RFC][PATCH 03/12 v3] tracing: Create seq_buf layer in trace_seq

From: Steven Rostedt
Date: Wed Nov 05 2014 - 13:43:11 EST


On Wed, 5 Nov 2014 15:26:20 +0100
Petr Mladek <pmladek@xxxxxxx> wrote:


> > index 000000000000..97872154d51c
> > --- /dev/null
> > +++ b/include/linux/seq_buf.h
> > @@ -0,0 +1,72 @@
> > +#ifndef _LINUX_SEQ_BUF_H
> > +#define _LINUX_SEQ_BUF_H
> > +
> > +#include <linux/fs.h>
> > +
> > +#include <asm/page.h>
>
> One more small thing. We do not need this include because
> seq_buf does not use the PAGE_SIZE.

Good catch.

I'll remove it.

-- Steve

--
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/