Re: [PATCH] af_unix: __unix_find_socket_byname() cleanup

2019-10-11 Thread David Miller
From: Vito Caputo Date: Wed, 9 Oct 2019 20:43:47 -0700 > 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-of

[PATCH] af_unix: __unix_find_socket_byname() cleanup

2019-10-09 Thread Vito Caputo
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 --- net/unix/af_unix.c | 6 ++ 1 file changed,