]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Remove allocation of sysctl numbers
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 28 Nov 2006 20:14:10 +0000 (18:14 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:56 +0000 (21:30 -0800)
commit65273349401560229974a21bf50867db57c6ba21
treea1eb5eb3eab2a2753af3dec4de97a7a4fc49cd97
parentb931f4b4ef7d880b8c0d2b73061d167a0dce7643
[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 <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
include/linux/sysctl.h
net/dccp/sysctl.c