]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ipv6: use timer pending
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 21 Jul 2008 20:21:35 +0000 (13:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2008 20:21:35 +0000 (13:21 -0700)
commit847499ce71bdcc8fc542062df6ebed3e596608dd
tree94e7daee7bf9aa15c32bcd8816cc86aad1ff0d10
parent3a33cc108d11fab2a2544e2601066ba4924736aa
ipv6: use timer pending

This fixes the bridge reference count problem and cleanups ipv6 FIB
timer management.  Don't use expires field, because it is not a proper
way to test, instead use timer_pending().

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_fib.c