[INET]: Small cleanup for xxx_put after evictor consolidation
authorPavel Emelyanov <xemul@openvz.org>
Mon, 15 Oct 2007 09:41:09 +0000 (02:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 15 Oct 2007 19:26:43 +0000 (12:26 -0700)
commit4b6cb5d8e3f5707d7a2e55cf7b05f1ea8bfc7a6d
tree9db94b2ba84ed823305cd45c52f652760ea7809a
parent8e7999c44ee95e1e90ac91c83557a04e2948f160
[INET]: Small cleanup for xxx_put after evictor consolidation

After the evictor code is consolidated there is no need in
passing the extra pointer to the xxx_put() functions.

The only place when it made sense was the evictor code itself.

Maybe this change must got with the previous (or with the
next) patch, but I try to make them shorter as much as
possible to simplify the review (but they are still large
anyway), so this change goes in a separate patch.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c