Skip to content
Commit f63c45e0 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

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 0fa7fa98:
packet: Protect packet sk list with mutex (v2) patch,

Signed-off-by: default avatarRami Rosen <rosenr@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 748e2d93
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment