[NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTL
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 6 Sep 2005 01:14:11 +0000 (18:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 6 Sep 2005 01:14:11 +0000 (18:14 -0700)
commit6baf1f417d092bd2de7c8892cecad456024c993f
treec4af445058eca6f68186286651a0622abd0611f6
parentaa07ca5793414ce257ad98809147bd1dbb7a3837
[NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTL

The ipv4 and ipv6 protocols need to access it unconditionally.
SYSCTL=n build failure reported by Russell King.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c