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)
commit93aa6c7bbc4124c8361c26a8b2c5c40afb185619
tree014f2d7e473cdb0459d4bb187e9fb961113954ad
parentb4839ebe21fc5d543b933d83644981ea73e9ba36
SUNRPC: Don't reencode message if transmission failed with ENOBUFS

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