Re: [PATCH] remove useless code from fib6_del_route

2007-12-30 Thread David Miller
From: Gui Jianfeng <[EMAIL PROTECTED]> Date: Fri, 28 Dec 2007 15:12:28 +0800 > 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<[EMAIL PROTECTED]> Patch applied to net-2.6.25, thanks. -- To unsub

[PATCH] remove useless code from fib6_del_route

2007-12-27 Thread Gui Jianfeng
Hi Dave, 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<[EMAIL PROTECTED]> --- net/ipv6/ip6_fib.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/net/ipv6/ip6_fib.c b/net/i