From: Al Viro Date: Fri, 1 Dec 2006 03:26:35 +0000 (-0800) Subject: [EBTABLES]: Move more stuff into ebt_verify_pointers(). X-Git-Tag: v2.6.20-rc1~34^2~40^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fd77deac764e17cb1eab8661bcf1413204d04d;p=pandora-kernel.git [EBTABLES]: Move more stuff into ebt_verify_pointers(). Take intialization of ->hook_entry[...], ->entries_size and ->nentries over there, pull the check for empty chains into the end of that sucker. Now it's self-contained, so we can move it up in the very beginning of translate_table() *and* we can rely on ->hook_entry[] being properly transliterated after it. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed