aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorRami Rosen <[email protected]>2012-08-23 02:55:41 +0000
committerDavid S. Miller <[email protected]>2012-08-23 16:29:45 +0000
commitf63c45e0e63fd1bccb6d021fe4de20f82114a024 (patch)
treecf77ba24a9ddac69f962f9f18ba2fff4c9fae5a2 /net/ipv6/tcp_ipv6.c
parentnet: reinstate rtnl in call_netdevice_notifiers() (diff)
downloadkernel-f63c45e0e63fd1bccb6d021fe4de20f82114a024.tar.gz
kernel-f63c45e0e63fd1bccb6d021fe4de20f82114a024.zip
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions