SUNRPC: Don't call xprt_release() if call_allocate fails
commitb6e9c713f5c526a85893c6e0ab1d5d6c6f1ab479
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Oct 2007 16:06:44 +0000 (1 12:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:20:40 +0000 (9 17:20 -0400)
treecee9c5bc57c4c5bb0638508786513ea4cdb390fc
parent2199700f1d660494d2552278354422c51becb686
SUNRPC: Don't call xprt_release() if call_allocate fails

It completely fouls up the RPC call statistics, and serves no useful
purpose.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c