Re: [PATCH net-next 5/9] sctp: Make the ctl_sock per network namespace

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:43 PM, Eric W. Biederman wrote: - Kill sctp_get_ctl_sock, it is useless now. - Pass struct net where needed so net->sctp.ctl_sock is accessible. Signed-off-by: "Eric W. Biederman" Acked-by: Vlad Yasevich --- include/net/netns/sctp.h |8 +++

Re: [PATCH net-next 5/9] sctp: Make the ctl_sock per network namespace

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:43 PM, Eric W. Biederman wrote: - Kill sctp_get_ctl_sock, it is useless now. - Pass struct net where needed so net-sctp.ctl_sock is accessible. Signed-off-by: Eric W. Biederman ebied...@xmission.com Acked-by: Vlad Yasevich vyasev...@gmail.com --- include/net/netns/sctp.h

[PATCH net-next 5/9] sctp: Make the ctl_sock per network namespace

2012-08-06 Thread Eric W. Biederman
- Kill sctp_get_ctl_sock, it is useless now. - Pass struct net where needed so net->sctp.ctl_sock is accessible. Signed-off-by: "Eric W. Biederman" --- include/net/netns/sctp.h |8 +++ include/net/sctp/sctp.h |1 - net/sctp/input.c |4 +- net/sctp/protocol.c |

[PATCH net-next 5/9] sctp: Make the ctl_sock per network namespace

2012-08-06 Thread Eric W. Biederman
- Kill sctp_get_ctl_sock, it is useless now. - Pass struct net where needed so net-sctp.ctl_sock is accessible. Signed-off-by: Eric W. Biederman ebied...@xmission.com --- include/net/netns/sctp.h |8 +++ include/net/sctp/sctp.h |1 - net/sctp/input.c |4 +-