diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-12-06 19:11:48 -0500 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-03-04 01:18:24 -0500 |
commit | 3b00944c5c73c49ef52bf17b66557c43c1d945fe (patch) | |
tree | 1b58242063283b24b26a0e060d378efe76157283 /net/ipv6/ip6_fib.c | |
parent | 95e41e93e18d8e1e272ce23d96bae4f17ce11d42 (diff) |
[IPV6]: Make ndisc_dst_alloc() common for later use.
For later use, this patch is renaming ndisc_dst_alloc()
(and related function/structures) to icmp6_dst_alloc()
(and so on). This patch also removing unused function-
pointer argument for it.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r-- | net/ipv6/ip6_fib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index bab72b6f1444..c70fd38b54b7 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c | |||
@@ -1464,7 +1464,7 @@ void fib6_run_gc(unsigned long dummy) | |||
1464 | } | 1464 | } |
1465 | gc_args.more = 0; | 1465 | gc_args.more = 0; |
1466 | 1466 | ||
1467 | ndisc_dst_gc(&gc_args.more); | 1467 | icmp6_dst_gc(&gc_args.more); |
1468 | fib6_clean_all(fib6_age, 0, NULL); | 1468 | fib6_clean_all(fib6_age, 0, NULL); |
1469 | 1469 | ||
1470 | if (gc_args.more) | 1470 | if (gc_args.more) |