X-Git-Url: http://git.openwrt.org/?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;fp=target%2Flinux%2Fgeneric%2Fbackport-4.14%2F357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch;h=2cf8cea23c7a01c0ab404202f8254f205de9f39d;hb=f983956a8b724028cb9a0b7c9f3195e02e8a5b9e;hp=601df0cf951bf5092742ed0bc3f79959d621a53a;hpb=571fe284641ebd7cce6387c3b5e50a8c872bc2e7;p=openwrt%2Fopenwrt.git 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 601df0cf95..2cf8cea23c 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 -@@ -5080,40 +5080,38 @@ static int nf_tables_newflowtable(struct +@@ -5081,40 +5081,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: -@@ -5394,10 +5392,8 @@ err: +@@ -5395,10 +5393,8 @@ err: static void nf_tables_flowtable_destroy(struct nft_flowtable *flowtable) {