From: Patrick McHardy Date: Sat, 11 Apr 2015 01:27:31 +0000 (+0100) Subject: netfilter: nf_tables: get rid of NFT_REG_VERDICT usage X-Git-Tag: omap-for-v4.2/o2_dc~131^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55e22e92f1a31018e6dc8fce35380900f022c24;p=pandora-kernel.git netfilter: nf_tables: get rid of NFT_REG_VERDICT usage Replace the array of registers passed to expressions by a struct nft_regs, containing the verdict as a seperate member, which aliases to the NFT_REG_VERDICT register. This is needed to seperate the verdict from the data registers completely, so their size can be changed. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed