Re: [PATCH nf-next V2] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs

2017-05-29 Thread Pablo Neira Ayuso
On Sun, May 28, 2017 at 10:37:19PM +0800, Liping Zhang wrote: > From: Liping Zhang > > Similar to nf_conntrack_helper, we can use nf_ct_iterare_cleanup_net to > remove these copy & paste codes. Also applied, thanks. -- To unsubscribe from this list: send the line

Re: [PATCH nf-next V2] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs

2017-05-28 Thread Liping Zhang
Hi, 2017-05-29 0:07 GMT+08:00 kbuild test robot : >net/netfilter/nfnetlink_cttimeout.c: In function 'ctnl_untimeout': >>> net/netfilter/nfnetlink_cttimeout.c:303:2: error: implicit declaration of >>> function 'nf_ct_iterate_cleanup_net' [-Werror=implicit-function-declaration]

Re: [PATCH nf-next V2] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs

2017-05-28 Thread kbuild test robot
Hi Liping, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Liping-Zhang/netfilter-cttimeout-use-nf_ct_iterate_cleanup_net-to-unlink-timeout-objs/20170528-232231 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master config:

[PATCH nf-next V2] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs

2017-05-28 Thread Liping Zhang
From: Liping Zhang Similar to nf_conntrack_helper, we can use nf_ct_iterare_cleanup_net to remove these copy & paste codes. Signed-off-by: Liping Zhang --- V2: rebase on Florian's patch set "netfilter: conntrack: rework nf_ct_iterate, part 1."