From: Herbert Xu <[EMAIL PROTECTED]>
Date: Thu, 26 Jul 2007 17:09:38 +0800
> [IPV4/IPV6]: Fail registration if inet device construction fails
>
> Now that netdev notifications can fail, we can use this to signal
> errors during registration for IPv4/IPv6. In particular, if we
> fail to allocate
[IPV4/IPV6]: Fail registration if inet device construction fails
Now that netdev notifications can fail, we can use this to signal
errors during registration for IPv4/IPv6. In particular, if we
fail to allocate memory for the inet device, we can fail the netdev
registration.
Signed-off-by: Herbe