SUNRPC: Defer deleting the security context until gss_do_free_ctx()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 2 Aug 2010 00:14:55 +0000 (20:14 -0400)
committerTrond 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