commit | 524b698db06b9b6da7192e749f637904e2f62d7b | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Jan 16 18:24:56 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 19 14:27:41 2017 +0100 |
tree | beb293e4da01e5e604140ec9a7240e5274012457 | |
parent | 3fd0b634de7d6b9a85f34a4cf9d8afc1df465cc9 [diff] |
netfilter: conntrack: remove GC_MAX_EVICTS break Instead of breaking loop and instant resched, don't bother checking this in first place (the loop calls cond_resched for every bucket anyway). Suggested-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>