From: David Miller <davem@davemloft.net>
To: jasowang@redhat.com
Cc: ying.xue@windriver.com, netdev@vger.kernel.org, edumazet@google.com
Subject: Re: [PATCH net-next] net: fix compile error of implicit declaration of skb_probe_transport_header
Date: Wed, 27 Mar 2013 23:22:13 -0400 (EDT) [thread overview]
Message-ID: <20130327.232213.1286089823569084478.davem@davemloft.net> (raw)
In-Reply-To: <5153B506.40105@redhat.com>
From: Jason Wang <jasowang@redhat.com>
Date: Thu, 28 Mar 2013 11:12:06 +0800
> On 03/28/2013 10:46 AM, Ying Xue wrote:
>> The commit 40893fd(net: switch to use skb_probe_transport_header())
>> involes a new error accidently. When NET_SKBUFF_DATA_USES_OFFSE is
>> not enabled, below compile error happens:
>>
>> CC net/packet/af_packet.o
>> net/packet/af_packet.c: In function ‘packet_sendmsg_spkt’:
>> net/packet/af_packet.c:1516:2: error: implicit declaration of function ‘skb_probe_transport_header’ [-Werror=implicit-function-declaration]
>> cc1: some warnings being treated as errors
>> make[2]: *** [net/packet/af_packet.o] Error 1
>> make[1]: *** [net/packet] Error 2
>> make: *** [net] Error 2
>>
>> As it seems skb_probe_transport_header() is not related to
>> NET_SKBUFF_DATA_USES_OFFSE, we should move the definition of
>> skb_probe_transport_header() out of scope of
>> NET_SKBUFF_DATA_USES_OFFSE macro.
>>
>> Cc: Jason Wang <jasowang@redhat.com>
>> Cc: Eric Dumazet <edumazet@google.com>
>> Signed-off-by: Ying Xue <ying.xue@windriver.com>
>> ---
>> include/linux/skbuff.h | 26 +++++++++++++-------------
>> 1 file changed, 13 insertions(+), 13 deletions(-)
>
> Oops.
>
> Acked-by: Jason Wang <jasowang@redhat.com>
Applied, thanks.
prev parent reply other threads:[~2013-03-28 3:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-28 2:46 [PATCH net-next] net: fix compile error of implicit declaration of skb_probe_transport_header Ying Xue
2013-03-28 3:12 ` Jason Wang
2013-03-28 3:22 ` David Miller [this message]
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=20130327.232213.1286089823569084478.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jasowang@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=ying.xue@windriver.com \
/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).