]> 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)
commitf604be33e6aa427bc01e7a7f65360188103e3b3a
tree014f2d7e473cdb0459d4bb187e9fb961113954ad
parentb30f8b2d71a0e3fbda2fb5fb2f37c640ea33469a
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