X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fbackport-4.14%2F357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch;h=601df0cf951bf5092742ed0bc3f79959d621a53a;hp=3cc644a53000b95ea26f585aed4c3dbce352281f;hb=1cfbf95393decf047900e1b66b076a030704db20;hpb=fc45ae44613b41f7328e81d0999f609dd7e81482 diff --git a/target/linux/generic/backport-4.14/357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch b/target/linux/generic/backport-4.14/357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch index 3cc644a530..601df0cf95 100644 --- a/target/linux/generic/backport-4.14/357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch +++ b/target/linux/generic/backport-4.14/357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch @@ -236,7 +236,7 @@ Signed-off-by: Felix Fietkau .owner = THIS_MODULE, --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c -@@ -5075,40 +5075,38 @@ static int nf_tables_newflowtable(struct +@@ -5080,40 +5080,38 @@ static int nf_tables_newflowtable(struct } flowtable->data.type = type; @@ -285,7 +285,7 @@ Signed-off-by: Felix Fietkau err3: module_put(type->owner); err2: -@@ -5389,10 +5387,8 @@ err: +@@ -5394,10 +5392,8 @@ err: static void nf_tables_flowtable_destroy(struct nft_flowtable *flowtable) {