android_kernel_xiaomi_sm8350/net/sunrpc
Chuck Lever db820d6376 SUNRPC: Clean up debug messages in rpcb_clnt.c
The RPCB XDR functions are used for multiple procedures.  For instance,
rpcb_encode_getaddr() is used for RPCB_GETADDR, RPCB_SET, and
RPCB_UNSET.  Make the XDR debug messages more generic so they are less
confusing.

And, unlike in other RPC consumers in the kernel, a single debug flag
enables all levels of debug messages in the RPC bind client, including
XDR debug messages.  Since the XDR decoders already report success or
failure in this case, remove redundant debug messages in the mid-level
rpcb_register_call() function.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
2008-09-29 18:13:40 -04:00
..
auth_gss
xprtrdma
auth_generic.c
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c
Makefile
rpc_pipe.c
rpcb_clnt.c SUNRPC: Clean up debug messages in rpcb_clnt.c 2008-09-29 18:13:40 -04:00
sched.c
socklib.c
stats.c
sunrpc_syms.c
svc_xprt.c SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6 2008-09-29 17:56:56 -04:00
svc.c SUNRPC: Fix up svc_unregister() 2008-09-29 18:13:40 -04:00
svcauth_unix.c
svcauth.c
svcsock.c SUNRPC: Set V6ONLY socket option for RPC listener sockets 2008-09-29 18:13:37 -04:00
sysctl.c
timer.c
xdr.c
xprt.c
xprtsock.c