[PATCH][IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.

2008-02-18 Thread Pavel Emelyanov
Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] --- diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index f93407c..bab72b6 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c @@ -1151,7 +1151,7 @@ static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp,

Re: [PATCH][IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.

2008-02-18 Thread David Miller
From: Pavel Emelyanov [EMAIL PROTECTED] Date: Mon, 18 Feb 2008 15:50:11 +0300 Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] Applied, thanks Pavel. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at