Revert "sctp: do not peel off an assoc from one netns to another one"
This reverts commit 2a0e60907e
which is
commit df80cd9b28b9ebaa284a41df611dbf3a2d05ca74 upstream as I messed up
by applying it to the tree twice.
Reported-by: Michal Kubecek <mkubecek@suse.cz>
Cc: ChunYu Wang <chunwang@redhat.com>
Cc: Xin Long <lucien.xin@gmail.com>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c73eb1e0cc
commit
3d7214a338
1 changed files with 0 additions and 4 deletions
|
@ -4453,10 +4453,6 @@ int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp)
|
|||
struct socket *sock;
|
||||
int err = 0;
|
||||
|
||||
/* Do not peel off from one netns to another one. */
|
||||
if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
|
||||
return -EINVAL;
|
||||
|
||||
/* Do not peel off from one netns to another one. */
|
||||
if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
|
||||
return -EINVAL;
|
||||
|
|
Loading…
Add table
Reference in a new issue