]> git.karo-electronics.de Git - mv-sheeva.git/commit
netfilter: ebtables: split update_counters into two functions
authorFlorian Westphal <fw@strlen.de>
Sun, 7 Feb 2010 01:48:47 +0000 (02:48 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:27:05 +0000 (17:27 +0100)
commit49facff9f92508413f3da598f86aaf6c1121ff27
treee4fe80cfd1b19f5fd1e5cc518fb86617e962dd8f
parent837395aa863142be7c38be0ca780aef21b12b49f
netfilter: ebtables: split update_counters into two functions

allows to call do_update_counters() from upcoming CONFIG_COMPAT
code instead of copy&pasting the same code.

Signed-off-by: Florian Westphal <fw@strlen.de>
net/bridge/netfilter/ebtables.c