From: Eric W. Biederman Date: Sun, 14 Feb 2010 03:25:51 +0000 (+0000) Subject: net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers X-Git-Tag: v2.6.34-rc1~233^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02291680ffba92e5b5865bc0c5e7d1f3056b80ec;p=pandora-kernel.git net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers Stop using the binary sysctl enumeartion in sysctl.h as an index into a per interface array. This leads to unnecessary binary sysctl number allocation, and a fragility in data structure and implementation because of unnecessary coupling. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed