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:
c3ae62a
)
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 2 Aug 2010 00:14:55 +0000
(20:14 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 4 Aug 2010 12:55:14 +0000
(08:55 -0400)
There is no need to delete the gss context separately from the rest
of the security context information, and doing so gives rise to a
an rcu_dereference_check() warning.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found