summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-12-25 23:10:31 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2016-12-25 23:10:31 -0500
commitfe735d8d01f9f632e8ff624cf8fd4c01472893bd (patch)
treee864a24b91bca761d2a4d98a24e7da5a11698342
parenta2e793b718cfdfd061235c5f8633674b37d0287c (diff)
download4.9-rt-patches-fe735d8d01f9f632e8ff624cf8fd4c01472893bd.tar.gz
net: import trivial header ctxt refreshrt-v4.8-4177-g687ee0ad4e89
-rw-r--r--patches/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch b/patches/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch
index 13ec1f2add997..e66f42d473a22 100644
--- a/patches/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch
+++ b/patches/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch
@@ -53,11 +53,12 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
/*
--- a/net/netfilter/core.c
+++ b/net/netfilter/core.c
-@@ -22,11 +22,17 @@
+@@ -22,12 +22,18 @@
#include <linux/proc_fs.h>
#include <linux/mutex.h>
#include <linux/slab.h>
+#include <linux/locallock.h>
+ #include <linux/rcupdate.h>
#include <net/net_namespace.h>
#include <net/sock.h>