commit | ea40b324d791d86a42b858d073007de4d133227e | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sun Dec 16 13:30:07 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:58:09 2008 -0800 |
tree | 0fa2465408c90f18afafecef1ed9565f77ef3496 | |
parent | 8afd351c772d1815347d5c46716b099fde00a579 [diff] |
[IPV4]: Make __devinet_sysctl_register return an error Currently, this function is void, so failures in creating sysctls for new/renamed devices are not reported to anywhere. Fixing this is another complex (needed?) task, but this return value is needed during the namespaces creation to handle the case, when we failed to create "all" and "default" entries. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>