From: Daniel Lezcano Date: Tue, 4 Mar 2008 07:29:33 +0000 (-0800) Subject: [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer X-Git-Tag: v2.6.26-rc1~1138^2~505 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450d19f8ab35fad4ef2b129cb383a5b8d1326611;p=pandora-kernel.git [NETNS][IPV6] ip6_fib - dynamically allocate gc-timer The ip6_fib_timer gc timer is dynamically allocated and initialized in the ip6 fib init function. There are no more references to a static global variable. That will allow to make multiple instance of the garbage collecting timer and make them per namespace. Signed-off-by: Daniel Lezcano Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed