aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
diff options
context:
space:
mode:
authorGui Jianfeng <guijianfeng@cn.fujitsu.com>2007-12-30 23:27:10 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:00:17 -0800
commita06b494b61de44617dd58612164bdde56fca7bfb (patch)
treece2b9f962b70d921d193fb1d54a28dfebc03c043 /net/ipv6/ip6_fib.c
parentf624357959001c9156ee7a475283fc6041f78e0e (diff)
downloadkernel_samsung_smdk4412-a06b494b61de44617dd58612164bdde56fca7bfb.zip
kernel_samsung_smdk4412-a06b494b61de44617dd58612164bdde56fca7bfb.tar.gz
kernel_samsung_smdk4412-a06b494b61de44617dd58612164bdde56fca7bfb.tar.bz2
[IPV6]: Remove useless code from fib6_del_route().
There are useless codes in fib6_del_route(). The following patch has been tested, every thing looks fine, as usual. Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r--net/ipv6/ip6_fib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index df05c6f..7165a5e 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -1126,9 +1126,6 @@ static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp,
rt->u.dst.rt6_next = NULL;
- if (fn->leaf == NULL && fn->fn_flags&RTN_TL_ROOT)
- fn->leaf = &ip6_null_entry;
-
/* If it was last route, expunge its radix tree node */
if (fn->leaf == NULL) {
fn->fn_flags &= ~RTN_RTINFO;