From: Patrick McHardy Date: Fri, 7 Mar 2014 18:08:30 +0000 (+0100) Subject: netfilter: nf_tables: restore context for expression destructors X-Git-Tag: v3.15-rc1~113^2~144^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62472bcefb56ae9c3a6be3284949ce758656cdec;p=pandora-kernel.git netfilter: nf_tables: restore context for expression destructors In order to fix set destruction notifications and get rid of unnecessary members in private data structures, pass the context to expressions' destructor functions again. In order to do so, replace various members in the nft_rule_trans structure by the full context. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed