From: Daniel Borkmann Date: Sat, 8 Aug 2015 19:40:01 +0000 (+0200) Subject: netfilter: nf_conntrack: push zone object into functions X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~117^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308ac9143ee2208f54d061eca54a89da509b5d92;p=pandora-kernel.git netfilter: nf_conntrack: push zone object into functions This patch replaces the zone id which is pushed down into functions with the actual zone object. It's a bigger one-time change, but needed for later on extending zones with a direction parameter, and thus decoupling this additional information from all call-sites. No functional changes in this patch. The default zone becomes a global const object, namely nf_ct_zone_dflt and will be returned directly in various cases, one being, when there's f.e. no zoning support. Signed-off-by: Daniel Borkmann Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed