Re: [PATCH for 2.6.24] SCTP: Move sysctl_sctp_[rw]mem definitions to protocol.c

2007-09-16 Thread David Miller
From: Vlad Yasevich [EMAIL PROTECTED] Date: Thu, 13 Sep 2007 17:03:45 -0400 The sctp_[rw]mem definitions should really be in protocol.c since that is where they are initialized. This also allows one to build a kernel without sysctl support. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED]

[PATCH for 2.6.24] SCTP: Move sysctl_sctp_[rw]mem definitions to protocol.c

2007-09-13 Thread Vlad Yasevich
The sctp_[rw]mem definitions should really be in protocol.c since that is where they are initialized. This also allows one to build a kernel without sysctl support. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] --- net/sctp/protocol.c |6 +++--- net/sctp/sysctl.c | 11 +++ 2