sctp: Move the percpu sockets counter out of sctp_proc_init
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 6 Aug 2012 08:44:24 +0000 (08:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 06:17:26 +0000 (23:17 -0700)
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>

No differences found