]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sun, 16 Sep 2007 23:04:37 +0000 (16:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:23 +0000 (16:51 -0700)
commit007e3936bdaaa012483c9fe06ca71c272458c710
tree04fd9f1b95f7f55826aa1c9df30a93e2170274d1
parent131a47e31ab1a9defd50ff16b04008ab94c21c0d
[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>
net/sctp/protocol.c
net/sctp/sysctl.c