Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229201
b: refs/heads/master
c: 611c96c
h: refs/heads/master
i:
  229199: 57ea717
v: v3
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Dec 21, 2010
1 parent 4e6f898 commit ef8932f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72895b1ac7baeda76835cddb3edb019a90d32bcb
refs/heads/master: 611c96c8f728c4bcdbadaa2387942d3c0641cadf
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,7 @@ int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
if (signalled())
break;
if (loop++ & 1)
ssleep(clp->cl_lease_time + 1);
ssleep(clp->cl_lease_time / HZ + 1);
else
if (++clp->cl_id_uniquifier == 0)
break;
Expand Down

0 comments on commit ef8932f

Please sign in to comment.