From 5334c569415cf0f0acb7e5d58fe0e74f3e899303 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 27 Oct 2013 20:47:04 +0000 Subject: kernel: fix compile error in 3.12 Upstream commit c655bc6896b94ee0223393f26155c6daf1e2d148 changed number of arguments in nf_ct_iterate_cleanup() function. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.12/604-netfilter_conntrack_flush.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic') diff --git a/target/linux/generic/patches-3.12/604-netfilter_conntrack_flush.patch b/target/linux/generic/patches-3.12/604-netfilter_conntrack_flush.patch index ecd46b6a2b..984aed0e41 100644 --- a/target/linux/generic/patches-3.12/604-netfilter_conntrack_flush.patch +++ b/target/linux/generic/patches-3.12/604-netfilter_conntrack_flush.patch @@ -22,7 +22,7 @@ + return -EFAULT; + + if (c == 'f') -+ nf_ct_iterate_cleanup(net, kill_all, NULL); ++ nf_ct_iterate_cleanup(net, kill_all, NULL, 0, 0); + } + return count; +} -- cgit v1.2.3