From: Florian Westphal Date: Sun, 7 Feb 2010 01:11:34 +0000 (+0100) Subject: netfilter: ebtables: split copy_everything_to_user into two functions X-Git-Tag: v2.6.34-rc1~233^2~154^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837395aa863142be7c38be0ca780aef21b12b49f;p=pandora-kernel.git netfilter: ebtables: split copy_everything_to_user into two functions once CONFIG_COMPAT support is added to ebtables, the new copy_counters_to_user function can be called instead of duplicating code. Also remove last use of MEMPRINT, as requested by Bart De Schuymer. Signed-off-by: Florian Westphal --- Reading git-diff-tree failed