SUNRPC: Clean up debug messages in rpcb_clnt.c
authorChuck Lever <chuck.lever@oracle.com>
Thu, 25 Sep 2008 15:57:05 +0000 (11:57 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 29 Sep 2008 22:13:40 +0000 (18:13 -0400)
commitdb820d6376aa81accf5b648651e160fd76e363e2
treeb9447d4316b7319dd9675b9e93b4fdcc07d209a2
parentf6fb3f6f591b50fa4f51962ad06ee0d8782e1bc8
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>
net/sunrpc/rpcb_clnt.c