Re: [PATCH 5/6] [IPV4/IPV6]: Fail registration if inet device construction fails

2007-07-30 Thread David Miller
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

[PATCH 5/6] [IPV4/IPV6]: Fail registration if inet device construction fails

2007-07-26 Thread Herbert Xu
[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