Commit 2066fe89 authored by Trond Myklebust's avatar Trond Myklebust

NFSv4: Poll more aggressively when handling NFS4ERR_DELAY

Change the initial retry delay from 1s to 0.1s (and then back off
exponentially).
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent c514983d
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#define NFSDBG_FACILITY NFSDBG_PROC #define NFSDBG_FACILITY NFSDBG_PROC
#define NFS4_POLL_RETRY_MIN (1*HZ) #define NFS4_POLL_RETRY_MIN (HZ/10)
#define NFS4_POLL_RETRY_MAX (15*HZ) #define NFS4_POLL_RETRY_MAX (15*HZ)
struct nfs4_opendata; struct nfs4_opendata;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment