netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: paul.gortmaker@windriver.com
Cc: eric.dumazet@gmail.com, jdb@comx.dk, netdev@vger.kernel.org,
	sfr@canb.auug.org.au
Subject: Re: [PATCH net-next] net: flow_dissector.c missing include linux/export.h
Date: Tue, 24 Jan 2012 15:51:35 -0500 (EST)	[thread overview]
Message-ID: <20120124.155135.1784877918701583546.davem@davemloft.net> (raw)
In-Reply-To: <CAP=VYLr-28ZSG7tURdGbp5nG4JdOMh_GZfv0HnCxpjv+GggMLA@mail.gmail.com>

From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Tue, 24 Jan 2012 14:44:21 -0500

> On Tue, Jan 24, 2012 at 11:15 AM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
>> Le mardi 24 janvier 2012 à 16:57 +0100, Jesper Dangaard Brouer a écrit :
>>> The file net/core/flow_dissector.c seems to be missing
>>> including linux/export.h.
>>>
>>> Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
>>> ---
>>>  net/core/flow_dissector.c |    1 +
>>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
>>> index 0985b9b..a225089 100644
>>> --- a/net/core/flow_dissector.c
>>> +++ b/net/core/flow_dissector.c
>>> @@ -1,4 +1,5 @@
>>>  #include <linux/skbuff.h>
>>> +#include <linux/export.h>
>>>  #include <linux/ip.h>
>>>  #include <linux/ipv6.h>
>>>  #include <linux/if_vlan.h>
>>
>>
>> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
>>
>> Hmm, not sure how you found this, since export.h is included from
>> linux/netdevice.h (via net/netprio_cgroup.h & linux/module.h)
>>
>> Or maybe you want to remove linux/module.h inclusion from
>> net/netprio_cgroup.h ???
> 
> That would be the better solution.  I had them all killed off and it
> would be nice to try and keep it that way as long as possible.
> 
> I'll look into this if that wasn't part of Jesper's original intention.

Jesper did you actually hit this problem and get a real build
failure?

  reply	other threads:[~2012-01-24 20:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-24 15:57 [PATCH net-next] net: flow_dissector.c missing include linux/export.h Jesper Dangaard Brouer
2012-01-24 16:15 ` Eric Dumazet
2012-01-24 19:44   ` Paul Gortmaker
2012-01-24 20:51     ` David Miller [this message]
2012-01-24 20:59       ` Paul Gortmaker
2012-01-24 21:03         ` David Miller
2012-01-24 21:42       ` Jesper Dangaard Brouer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120124.155135.1784877918701583546.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=jdb@comx.dk \
    --cc=netdev@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).