SUNRPC: Ensure that we handle ENOBUFS errors correctly.
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 30 Jun 2014 17:42:19 +0000 (13:42 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 30 Jun 2014 17:42:19 +0000 (13:42 -0400)
commit3601c4a91ebbbf1cf69f66a2abeffc6c64a4fe64
tree33ab0e11e49872bb851957ada502f58a04690d6c
parentf15b5041440c502726f121b37cf3923562f8dc6f
SUNRPC: Ensure that we handle ENOBUFS errors correctly.

Currently, an ENOBUFS error will result in a fatal error for the RPC
call. Normally, we will just want to wait and then retry.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/clnt.c
net/sunrpc/xprtsock.c