commit | 632c928a6a77fe96cda34a9978e1f6019ffc38f4 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Aug 06 08:44:24 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 14 23:17:26 2012 -0700 |
tree | 40c5c2d702b04ae16a73f628deaac2e54c2ce79d | |
parent | 2ce955035081112cf1590c961da8d94324142b5e [diff] |
sctp: Move the percpu sockets counter out of sctp_proc_init The percpu sctp socket counter has nothing at all to do with the sctp proc files, and having it in the wrong initialization is confusing, and makes network namespace support a pain. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>