commit | 007e3936bdaaa012483c9fe06ca71c272458c710 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Sun Sep 16 16:04:37 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:51:23 2007 -0700 |
tree | 04fd9f1b95f7f55826aa1c9df30a93e2170274d1 | |
parent | 131a47e31ab1a9defd50ff16b04008ab94c21c0d [diff] |
[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c 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 <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>