Commit 3164faa8 authored by David S. Miller's avatar David S. Miller

[NETFILTER]: Fix build by putting back ip_nat_lock extern in ip_nat.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 203956f6
......@@ -52,6 +52,9 @@ struct ip_nat_multi_range_compat
#include <linux/list.h>
#include <linux/netfilter_ipv4/lockhelp.h>
/* Protects NAT hash tables, and NAT-private part of conntracks. */
DECLARE_RWLOCK_EXTERN(ip_nat_lock);
/* The structure embedded in the conntrack structure. */
struct ip_nat_info
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment