Re: [PATCH 3/6] [NET] loopback: Panic if registration fails

2007-07-30 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 26 Jul 2007 17:09:33 +0800 > [NET] loopback: Panic if registration fails > > Because IPv4 and IPv6 both depend on the presence of the loopback device > to function, failure in registration the loopback device should be fatal. > > Signed-off-by: Her

[PATCH 3/6] [NET] loopback: Panic if registration fails

2007-07-26 Thread Herbert Xu
[NET] loopback: Panic if registration fails Because IPv4 and IPv6 both depend on the presence of the loopback device to function, failure in registration the loopback device should be fatal. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- drivers/net/loopback.c |7 ++- 1 files changed