Re: [PATCH] sunrpc: Remove unused function ip_map_lookup

2021-04-06 Thread Chuck Lever III
Hello- > On Apr 5, 2021, at 11:46 PM, Jiapeng Chong > wrote: > > Fix the following clang warnings: > > net/sunrpc/svcauth_unix.c:306:30: warning: unused function > 'ip_map_lookup' [-Wunused-function]. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong This has been pushed to the f

[PATCH] sunrpc: Remove unused function ip_map_lookup

2021-04-05 Thread Jiapeng Chong
Fix the following clang warnings: net/sunrpc/svcauth_unix.c:306:30: warning: unused function 'ip_map_lookup' [-Wunused-function]. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- net/sunrpc/svcauth_unix.c | 9 - 1 file changed, 9 deletions(-) diff --git a/net/sunrpc/svcauth_u