Re: [patch 1/6] ipv6 - make fib6_init to return an error code

2007-12-07 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Thu, 06 Dec 2007 14:53:30 +0100 > If there is an error in the initialization function, nothing is followed up > to the caller. So I add a return value to be set for the init function. > > Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> > Acked-by:

[patch 1/6] ipv6 - make fib6_init to return an error code

2007-12-06 Thread Daniel Lezcano
If there is an error in the initialization function, nothing is followed up to the caller. So I add a return value to be set for the init function. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> Acked-by: Benjamin Thery <[EMAIL PROTECTED]> --- include/net/ip6_fib.h |2 +- net/ipv6/ip6_fib.