Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82431
b: refs/heads/master
c: f3aba4e
h: refs/heads/master
i:
  82429: e156cc7
  82427: 6b81eb2
  82423: 940e7f1
  82415: 55b2f41
  82399: 9c1ece6
  82367: 681bc99
  82303: e8e7fce
  82175: aa6c1d0
  81919: 86990bb
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 94dc7e9 commit 7b8699f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f394baad139f8a67a40b4246d53d3b818af2eb88
refs/heads/master: f3aba4e5a1b963c8bd43394cb15fb9fb6a229cd2
5 changes: 1 addition & 4 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
*/
if ((conf && unconf) &&
(same_verf(&unconf->cl_confirm, &confirm)) &&
(same_verf(&conf->cl_verifier, &unconf->cl_verifier)) &&
(!same_verf(&conf->cl_confirm, &unconf->cl_confirm))) {
/*
* RFC 3530 14.2.34 CASE 1:
Expand All @@ -855,9 +854,7 @@ nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
status = nfs_ok;

}
} else if ((conf && !unconf) ||
((conf && unconf) &&
!same_verf(&conf->cl_verifier, &unconf->cl_verifier))) {
} else if (conf && !unconf) {
/*
* RFC 3530 14.2.34 CASE 2:
* probable retransmitted request; play it safe and
Expand Down

0 comments on commit 7b8699f

Please sign in to comment.