Re: [PATCH nf-next] netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()

2018-10-19 Thread Pablo Neira Ayuso
On Fri, Oct 12, 2018 at 03:01:54AM +0900, Taehee Yoo wrote: > parameter net of nf_flow_table_cleanup() is not used. > So that it can be removed. Applied, thanks.

[PATCH nf-next] netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()

2018-10-11 Thread Taehee Yoo
parameter net of nf_flow_table_cleanup() is not used. So that it can be removed. Signed-off-by: Taehee Yoo --- include/net/netfilter/nf_flow_table.h | 2 +- net/netfilter/nf_flow_table_core.c| 2 +- net/netfilter/nft_flow_offload.c | 2 +- 3 files changed, 3 insertions(+), 3