SUNRPC: return negative value in case rpcbind client creation error
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Fri, 20 Jul 2012 11:57:48 +0000 (15:57 +0400)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 9 Aug 2012 23:25:02 +0000 (00:25 +0100)
commitbaea16318bd48dbee1e0f1a5ca05ba932b64927a
tree240c53434655a3fd0ea99d973118d67ad50a3fca
parent58546c72065b70c1f4106a2f3126680cf6800af6
SUNRPC: return negative value in case rpcbind client creation error

commit caea33da898e4e14f0ba58173e3b7689981d2c0b upstream.

Without this patch kernel will panic on LockD start, because lockd_up() checks
lockd_up_net() result for negative value.
From my pow it's better to return negative value from rpcbind routines instead
of replacing all such checks like in lockd_up().

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/sunrpc/rpcb_clnt.c