From: NeilBrown From: "J. Bruce Fields" 1 second should be plenty of time; if we're going to take longer than that it's probably better just to return NFS4ERR_DELAY and let the client retry anyway. --- 25-akpm/fs/nfsd/nfs4idmap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfsd/nfs4idmap.c~knfsd-8-of-10-reduce-timeout-when-waiting-for-idmapper-userspace-daemon fs/nfsd/nfs4idmap.c --- 25/fs/nfsd/nfs4idmap.c~knfsd-8-of-10-reduce-timeout-when-waiting-for-idmapper-userspace-daemon Tue May 18 15:27:52 2004 +++ 25-akpm/fs/nfsd/nfs4idmap.c Tue May 18 15:27:52 2004 @@ -470,7 +470,7 @@ idmap_lookup_wait(struct idmap_defer_req if (2 * threads_waiting > rqstp->rq_server->sv_nrthreads) goto out; threads_waiting++; - schedule_timeout(10 * HZ); + schedule_timeout(1 * HZ); threads_waiting--; } out: _