SUNRPC: rpcb_register() should handle errors silently
authorChuck Lever <chuck.lever@oracle.com>
Thu, 19 Mar 2009 00:47:44 +0000 (20:47 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 28 Mar 2009 19:59:48 +0000 (15:59 -0400)
commit363f724cdd3d2ae554e261be995abdeb15f7bdd9
tree2a1e46fc7f6f78c008d71415c010f555a404922a
parentcadc0fa534e51e20fdffe1623913c163a18d71b1
SUNRPC: rpcb_register() should handle errors silently

Move error reporting for RPC registration to rpcb_register's caller.

This way the caller can choose to recover silently from certain
errors, but report errors it does not recognize.  Error reporting
for kernel RPC service registration is now handled in one place.

This patch is part of a series that addresses
   http://bugzilla.kernel.org/show_bug.cgi?id=12256

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpcb_clnt.c
net/sunrpc/svc.c