]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitff0be82027c989876a2be7ab73cfff6f7082e1a5
tree014f2d7e473cdb0459d4bb187e9fb961113954ad
parentdb94ca2d93760570f9a0c7bd07ad83090d3097a5
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