[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 18 Jan 2008 11:56:57 +0000 (03:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:46 +0000 (15:02 -0800)
commit569d36452ee26c08523cc9f658901c5188640853
treef296ea41b92f655031f9345d3febd8319e5a06ee
parenta6501e080c318f8d4467679d17807f42b3a33cd5
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions

The garbage collection function receive the dst_ops structure as
parameter. This is useful for the next incoming patchset because it
will need the dst_ops (there will be several instances) and the
network namespace pointer (contained in the dst_ops).

The protocols which do not take care of the namespaces will not be
impacted by this change (expect for the function signature), they do
just ignore the parameter.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/core/dst.c
net/decnet/dn_route.c
net/ipv4/route.c
net/ipv4/xfrm4_policy.c
net/ipv6/route.c
net/ipv6/xfrm6_policy.c