Re: [patch 6/6] ipv6 - route6/fib6 : dont panic a kmem_cache_create

2007-12-07 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Thu, 06 Dec 2007 14:53:35 +0100 > If the kmem_cache_creation fails, the kernel will panic. It is acceptable > if the system is booting, but if the ipv6 protocol is compiled as a module > and it is loaded after the system has booted, do we want to pani

[patch 6/6] ipv6 - route6/fib6 : dont panic a kmem_cache_create

2007-12-06 Thread Daniel Lezcano
If the kmem_cache_creation fails, the kernel will panic. It is acceptable if the system is booting, but if the ipv6 protocol is compiled as a module and it is loaded after the system has booted, do we want to panic instead of just failing to initialize the protocol ? The init function is now retur