projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c514983
)
NFSv4: Poll more aggressively when handling NFS4ERR_DELAY
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 15 Sep 2006 12:30:46 +0000
(08:30 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:25:04 +0000
(23:25 -0400)
Change the initial retry delay from 1s to 0.1s (and then back off
exponentially).
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index c49ac3ea1dc3276c232b1a1edaef66c571c2ffb8..47c7e6e3910d738a9bdf4313e390b7349427f9d3 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-55,7
+55,7
@@
#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)
struct nfs4_opendata;