Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372173
b: refs/heads/master
c: c0293b0
h: refs/heads/master
i:
  372171: 1c955ed
v: v3
  • Loading branch information
J. Bruce Fields committed Apr 3, 2013
1 parent f694a19 commit c7d8d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 1ca507920db36aea8b81fe1443f96a1a6a43318f
refs/heads/master: c0293b0131a8d582af85023c684786f7536f0767
8 changes: 1 addition & 7 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2131,13 +2131,7 @@ nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *csta
if (conf) {
clp = conf;

if (!is_client_expired(conf) && client_has_state(conf)) {
status = nfserr_clientid_busy;
goto out;
}

/* rfc5661 18.50.3 */
if (cstate->session && conf == cstate->session->se_client) {
if (client_has_state(conf)) {
status = nfserr_clientid_busy;
goto out;
}
Expand Down

0 comments on commit c7d8d7e

Please sign in to comment.