From: Pavel Emelyanov Date: Sun, 16 Dec 2007 21:30:07 +0000 (-0800) Subject: [IPV4]: Make __devinet_sysctl_register return an error X-Git-Tag: v2.6.25-rc1~1162^2~1078 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea40b324d791d86a42b858d073007de4d133227e;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed