diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-02-22 20:57:57 +0100 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-02-22 21:17:17 +0100 |
commit | a9a6b52ee1baa865283a91eb8d443ee91adfca56 (patch) | |
tree | db49569dc70d2a9d95d9d5b0d54371cba9f305d6 /lib | |
parent | NFS: Don't allow NFS silly-renamed files to be deleted, no signal (diff) | |
download | linux-a9a6b52ee1baa865283a91eb8d443ee91adfca56.tar.xz linux-a9a6b52ee1baa865283a91eb8d443ee91adfca56.zip |
SUNRPC: Don't start the retransmission timer when out of socket space
If the socket is full, we're better off just waiting until it empties,
or until the connection is broken. The reason why we generally don't
want to time out is that the call to xprt->ops->release_xprt() will
trigger a connection reset, which isn't helpful...
Let's make an exception for soft RPC calls, since they have to provide
timeout guarantees.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions