[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5551088B.3000700@gmail.com>
Date: Mon, 11 May 2015 12:52:43 -0700
From: Alexander Duyck <alexander.duyck@...il.com>
To: Daniel Borkmann <daniel@...earbox.net>,
Alexander Duyck <alexander.h.duyck@...hat.com>,
netdev@...r.kernel.org
CC: davem@...emloft.net
Subject: Re: [net-next PATCH] net: Fix ifdef typo in net_device definition
On 05/11/2015 11:39 AM, Daniel Borkmann wrote:
> On 05/11/2015 08:31 PM, Alexander Duyck wrote:
>> While trying to build for some performance testing I received the error
>> message below multiple times:
>>
>> include/linux/netdevice.h:1658:5: warning: "CONFIG_NET_CLS_ACT" is
>> not defined [-Wundef]
>> #if CONFIG_NET_CLS_ACT
>>
>> It looks like this was just a typo and should have been "#ifdef"
>> instead of
>> "#if".
>>
>> Fixes: d2788d34885d4 ("net: sched: further simplify handle_ing")
>> Signed-off-by: Alexander Duyck <alexander.h.duyck@...hat.com>
>
> It's already here, sorry for that:
>
> https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4cda01e86f68dacc758b2daf6e8809f2ce915b85
>
> Best,
> Daniel
No problem. Just as long as it is fixed I am happy since it is one less
patch to carry in my tree.
- Alex
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists