Re: [patch 1/2][NETNS][DST] dst: pass the dst_ops as parameter to the gc functions

2008-01-18 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Wed, 16 Jan 2008 15:54:17 +0100 > 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 names

[patch 1/2][NETNS][DST] dst: pass the dst_ops as parameter to the gc functions

2008-01-16 Thread Daniel Lezcano
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 na