commit | 437a12f668ee5cf5d8257aa3fcc29b98345469e8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 18 23:54:04 2019 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 18 23:54:40 2019 -0500 |
tree | 3637ec26879fb3b2e10c06af3e58e64effaa638a | |
parent | f7bbe55e97f024441773544dcbbb78424fc3d95a [diff] |
unix_dgram_connect(): use sk->sk_type instead of sock->type A couple of places in it are using sock->type in exact same way similar places in other methods use sk->sk_type. And the values are equal (and both stable, etc.) Make it more uniform. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>