]> asedeno.scripts.mit.edu Git - linux.git/commit
af_unix: __unix_find_socket_byname() cleanup
authorVito Caputo <vcaputo@pengaru.com>
Thu, 10 Oct 2019 03:43:47 +0000 (20:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Oct 2019 03:40:18 +0000 (20:40 -0700)
commit262ce0af81616b4be520ea7050ec1e31b80b5ab1
tree2904b893e8efe420c915a7d3b7717a5e4ca3a319
parente001d28eeeff9d9906f2b2961cb3351227ad231a
af_unix: __unix_find_socket_byname() cleanup

Remove pointless return variable dance.

Appears vestigial from when the function did locking as seen in
unix_find_socket_byinode(), but locking is handled in
unix_find_socket_byname() for __unix_find_socket_byname().

Signed-off-by: Vito Caputo <vcaputo@pengaru.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c