commit | 450d19f8ab35fad4ef2b129cb383a5b8d1326611 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Mon Mar 03 23:29:33 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 03 23:29:33 2008 -0800 |
tree | 23810e8970b9ad009ef9b52cc2082808ecb57951 | |
parent | 5b7c931dff03621ae7ac524c4fa280d4e5f187a4 [diff] |
[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 <dlezcano@fr.ibm.com> Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: David S. Miller <davem@davemloft.net>