commit | a3efd81205b128a802025abb689925177a4607ed | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Apr 18 16:16:59 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 25 14:52:11 2016 +0200 |
tree | d6d50add5d335713ea565385243136919ef539a8 | |
parent | 15cfd40771e18a4e9b788c64c9db2606f958b93d [diff] |
netfilter: conntrack: move generation seqcnt out of netns_ct We only allow rehash in init namespace, so we only use init_ns.generation. And even if we would allow it, it makes no sense as the conntrack locks are global; any ongoing rehash prevents insert/ delete. So make this private to nf_conntrack_core instead. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>