From: Daniel Lezcano Date: Fri, 18 Jan 2008 11:56:57 +0000 (-0800) Subject: [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions X-Git-Tag: v2.6.25-rc1~1162^2~698 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569d36452ee26c08523cc9f658901c5188640853;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed