Re: [PATCH 6/7] netfilter: nat: make rhashtable_params const

2017-08-25 Thread Florian Westphal
Bhumika Goyal wrote: [..] trimming CC list, also this should probably have been sent to netfilter-de...@vger.kernel.org on its own, with [nf-next] in subject line. That aside: Acked-by: Florian Westphal

[PATCH 6/7] netfilter: nat: make rhashtable_params const

2017-08-25 Thread Bhumika Goyal
Make this const as it is either used during a copy operation or passed to a const argument of the function rhltable_init. Signed-off-by: Bhumika Goyal --- net/netfilter/nf_nat_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git