Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206426
b: refs/heads/master
c: 76407f7
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Jun 22, 2010
1 parent cc3f3ae commit 96d8691
Show file tree
Hide file tree
Showing 3 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: 68a4b48ce6cb73a9643bae6dd3e0f062e3fd8ef7
refs/heads/master: 76407f76e0f71428f3c31faff004bff87fea51ba
1 change: 0 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ release_session_client(struct nfsd4_session *session)
} else
renew_client_locked(clp);
spin_unlock(&client_lock);
nfsd4_put_session(session);
}

/* must be called under the client_lock */
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3325,6 +3325,7 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo
}
/* Renew the clientid on success and on replay */
release_session_client(cs->session);
nfsd4_put_session(cs->session);
}
return 1;
}
Expand Down

0 comments on commit 96d8691

Please sign in to comment.