[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120823.092954.400957330511761110.davem@davemloft.net>
Date: Thu, 23 Aug 2012 09:29:54 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rosenr@...vell.com
Cc: netdev@...r.kernel.org, xemul@...allels.com, edumazet@...gle.com
Subject: Re: [PATCH net-next] packet: fix broken build.
From: Rami Rosen <rosenr@...vell.com>
Date: Thu, 23 Aug 2012 15:55:41 +0300
> This patch fixes a broken build due to a missing header:
> ...
> CC net/ipv4/proc.o
> In file included from include/net/net_namespace.h:15,
> from net/ipv4/proc.c:35:
> include/net/netns/packet.h:11: error: field 'sklist_lock' has incomplete type
> ...
>
> The lock of netns_packet has been replaced by a recent patch to be a mutex instead of a spinlock,
> but we need to replace the header file to be linux/mutex.h instead of linux/spinlock.h as well.
>
> See commit 0fa7fa98dbcc2789409ed24e885485e645803d7f:
> packet: Protect packet sk list with mutex (v2) patch,
>
> Signed-off-by: Rami Rosen <rosenr@...vell.com>
Applied, thanks.
--
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