Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tipc: use sock_create_kern interface to create kernel socket
After commit eeb1bd5 ("net: Add a struct net parameter to sock_create_kern"), we should use sock_create_kern() to create kernel socket as the interface doesn't reference count struct net any more. Signed-off-by: Ying Xue <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information