netfilter: ebtables: split copy_everything_to_user into two functions
authorFlorian Westphal <fw@strlen.de>
Sun, 7 Feb 2010 01:11:34 +0000 (02:11 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:25:51 +0000 (17:25 +0100)
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 <fw@strlen.de>

No differences found