[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <309002C0DA137042828828FC53D7A934012B21B8CCCE@IL-MB01.marvell.com>
Date: Thu, 23 Aug 2012 15:55:41 +0300
From: Rami Rosen <rosenr@...vell.com>
To: "davem@...emloft.net" <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC: "xemul@...allels.com" <xemul@...allels.com>,
"edumazet@...gle.com" <edumazet@...gle.com>
Subject: [PATCH net-next] packet: fix broken build.
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>
View attachment "patch.txt" of type "text/plain" (348 bytes)
Powered by blists - more mailing lists