commit | be752283a2a2b4bfc2df512b5d9b03a34aece252 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 19 03:50:33 2021 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 21 12:28:49 2021 -0700 |
tree | e80b19b874908663b41b5b54b43add5b22a30714 | |
parent | c0c3b8d380a8f54c75786d41f6f9efbe761dac6c [diff] |
__unix_find_socket_byname(): don't pass hash and type separately We only care about exclusive or of those, so pass that directly. Makes life simpler for callers as well... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>