[PATCH net-next] netfilter: nf_flow_table: remove duplicated include from nf_flow_table_ipv6.c

2018-01-10 Thread Wei Yongjun
Remove duplicated include. Signed-off-by: Wei Yongjun --- net/ipv6/netfilter/nf_flow_table_ipv6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ipv6/netfilter/nf_flow_table_ipv6.c b/net/ipv6/netfilter/nf_flow_table_ipv6.c index 0c3b9d3..fff2160 100644 --- a/net/ipv6/netfilter/nf_flow_t

Re: [PATCH net-next] netfilter: nf_flow_table: remove duplicated include from nf_flow_table_ipv6.c

2018-01-10 Thread Pablo Neira Ayuso
On Wed, Jan 10, 2018 at 01:07:06PM +, Wei Yongjun wrote: > Remove duplicated include. I'm going to collapse this patch to: http://patchwork.ozlabs.org/patch/858284/ and call it "netfilter: remove duplicated include" So we don't need two patches for the same thing. OK?

RE: [PATCH net-next] netfilter: nf_flow_table: remove duplicated include from nf_flow_table_ipv6.c

2018-01-10 Thread weiyongjun (A)
> > On Wed, Jan 10, 2018 at 01:07:06PM +, Wei Yongjun wrote: > > Remove duplicated include. > > I'm going to collapse this patch to: > > http://patchwork.ozlabs.org/patch/858284/ > > and call it "netfilter: remove duplicated include" > > So we don't need two patches for the same thing. >