Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309855
b: refs/heads/master
c: ad72aae
h: refs/heads/master
i:
  309853: d2ad427
  309851: 63a54c3
  309847: 50debf4
  309839: d308f6d
  309823: 457727d
v: v3
  • Loading branch information
J. Bruce Fields committed Jun 1, 2012
1 parent 8cfedbf commit 6ed3b05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: 63db46328a9854d0adcde69871a28d94e0fc7746
refs/heads/master: ad72aae5ada1970f423ae7ee0027d0d7eb477597
13 changes: 4 additions & 9 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2212,15 +2212,10 @@ nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
if (new == NULL)
goto out;
copy_clid(new, conf);
} else if (!unconf) {
/* case 2: probable client reboot: */
new = create_client(clname, dname, rqstp, &clverifier);
if (new == NULL)
goto out;
gen_clid(new);
} else {
/* case 3: probable client reboot: */
expire_client(unconf);
} else { /* conf && !same_verf(): */
/* cases 2, 3: probable client reboot: */
if (unconf)
expire_client(unconf);
new = create_client(clname, dname, rqstp, &clverifier);
if (new == NULL)
goto out;
Expand Down

0 comments on commit 6ed3b05

Please sign in to comment.