Re: [PATCH -next 1/1] net: skbuff: fix compile error in skb_panic()

2013-02-13 Thread Jean Sacren
From: James Hogan Date: Wed, 13 Feb 2013 11:20:27 + > > I get the following build error on next-20130213 due to the following > commit: > > commit f05de73bf82fbbc00265c06d12efb7273f7dc54a ("skbuff: create > skb_panic() function and its wrappers"). > > It adds an argument called panic to a fu

Re: [PATCH -next 1/1] net: skbuff: fix compile error in skb_panic()

2013-02-13 Thread David Miller
From: Sedat Dilek Date: Wed, 13 Feb 2013 13:41:21 +0100 > On Wed, Feb 13, 2013 at 12:20 PM, James Hogan wrote: >> I get the following build error on next-20130213 due to the following >> commit: >> >> commit f05de73bf82fbbc00265c06d12efb7273f7dc54a ("skbuff: create >> skb_panic() function and it

Re: [PATCH -next 1/1] net: skbuff: fix compile error in skb_panic()

2013-02-13 Thread Sedat Dilek
On Wed, Feb 13, 2013 at 12:20 PM, James Hogan wrote: > I get the following build error on next-20130213 due to the following > commit: > > commit f05de73bf82fbbc00265c06d12efb7273f7dc54a ("skbuff: create > skb_panic() function and its wrappers"). > > It adds an argument called panic to a function

[PATCH -next 1/1] net: skbuff: fix compile error in skb_panic()

2013-02-13 Thread James Hogan
I get the following build error on next-20130213 due to the following commit: commit f05de73bf82fbbc00265c06d12efb7273f7dc54a ("skbuff: create skb_panic() function and its wrappers"). It adds an argument called panic to a function that uses the BUG() macro which tries to call panic, but the argum