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:
1b45c46
)
NFSv4: Fix a bug in __nfs4_find_state_byowner
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 3 Jul 2007 18:41:19 +0000
(14:41 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:40 +0000
(23:40 -0400)
The test for state->state == 0 does not tell you that the stateid is in the
process of being freed. It really tells you that the stateid is not yet
initialised...
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found