OSDN Git Service

__unix_find_socket_byname(): don't pass hash and type separately
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 19 Jun 2021 03:50:33 +0000 (03:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 19:28:49 +0000 (12:28 -0700)
commitbe752283a2a2b4bfc2df512b5d9b03a34aece252
treee80b19b874908663b41b5b54b43add5b22a30714
parentc0c3b8d380a8f54c75786d41f6f9efbe761dac6c
__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>
net/unix/af_unix.c