SUNRPC: Don't reencode message if transmission failed with ENOBUFS
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 3 Jul 2015 13:28:09 +0000 (09:28 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 3 Jul 2015 13:42:12 +0000 (09:42 -0400)
If we're running out of buffer memory when transmitting data, then
we want to just delay for a moment, and then continue transmitting
the remainder of the message.

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

Simple merge