Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: add a pre-check of net_ns in sk_change_net()
We do not need to switch the net_ns if the target net_ns the same as the current one, so here we add a pre-check of net_ns to avoid this as David suggested. Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information