Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82428
b: refs/heads/master
c: 49ba878
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 6b81eb2 commit 9393a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: a186e767473bd329122f0229b91573b9b6fa43c1
refs/heads/master: 49ba87811f34a0219dc7a373cd24aa68450f2058
7 changes: 1 addition & 6 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
if (new == NULL)
goto out;
gen_clid(new);
} else if (!same_verf(&conf->cl_confirm, &unconf->cl_confirm)) {
} else {
/*
* RFC 3530 14.2.33 CASE 3:
* probable client reboot; state will be removed if
Expand All @@ -780,11 +780,6 @@ nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
if (new == NULL)
goto out;
gen_clid(new);
} else {
/* No cases hit !!! */
status = nfserr_inval;
goto out;

}
copy_verf(new, &clverifier);
new->cl_addr = sin->sin_addr.s_addr;
Expand Down

0 comments on commit 9393a27

Please sign in to comment.