Re: [PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:44 PM, Eric W. Biederman wrote: 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" Acked-by: Vlad Yasevich

Re: [PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:44 PM, Eric W. Biederman wrote: 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 ebied...@xmission.com

[PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init

2012-08-06 Thread Eric W. Biederman
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" --- net/sctp/protocol.c | 13 +++-- 1 files changed, 7

[PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init

2012-08-06 Thread Eric W. Biederman
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 ebied...@xmission.com --- net/sctp/protocol.c | 13 +++-- 1 files