netfilter: ebtables: split do_replace into two functions
authorFlorian Westphal <fw@strlen.de>
Thu, 4 Feb 2010 17:38:53 +0000 (18:38 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:25:21 +0000 (17:25 +0100)
once CONFIG_COMPAT support is merged this allows
to call do_replace_finish() after doing the CONFIG_COMPAT conversion
instead of copy & pasting this.

Signed-off-by: Florian Westphal <fw@strlen.de>

No differences found