From: Gerrit Renker Date: Tue, 28 Nov 2006 20:14:10 +0000 (-0200) Subject: [DCCP]: Remove allocation of sysctl numbers X-Git-Tag: v2.6.20-rc2~6^2~13^2~133 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4384260443efe90a2ec0d907568dbc58ae792cd0;p=pandora-kernel.git [DCCP]: Remove allocation of sysctl numbers This is in response to a request sent earlier by Eric W. Biederman and replaces all sysctl numbers for net.dccp.default with CTL_UNNUMBERED. It has been tested to compile and to work. Commiter note: I've removed the use of CTL_UNNUMBERED, not setting .ctl_name sets it to 0, that is the what CTL_UNNUMBERED is, reason is to avoid unneeded source code cluttering. Signed-off-by: Gerrit Renker Signed-off-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed