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:
b66285c
)
[PATCH] knfsd: lockd: fix refount on nsm
author
NeilBrown
<neilb@suse.de>
Wed, 4 Oct 2006 09:16:15 +0000
(
02:16
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:20 +0000
(07:55 -0700)
If nlm_lookup_host finds what it is looking for it exits with an extra
reference on the matching 'nsm' structure.
So don't actually count the reference until we are (fairly) sure it is going
to be used.
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found