git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca5079
)
nfsd4: destroy_clientid simplification
author
J. Bruce Fields
<bfields@redhat.com>
Thu, 14 Mar 2013 22:20:01 +0000
(18:20 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 3 Apr 2013 15:48:36 +0000
(11:48 -0400)
I'm not sure what the check for clientid expiry was meant to do here.
The check for a matching session is redundant given the previous check
for state: a client without state is, in particular, a client without
sessions.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found