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)
commit0d8a374673c9bc62bc78a2d8fe64553a51542cb4
treeb3e5807bc7dd434465327726fdb2f94829cefc86
parentc3ae62ae08bb0db3639d8c579e4ff0967d908199
SUNRPC: Defer deleting the security context until gss_do_free_ctx()

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>
net/sunrpc/auth_gss/auth_gss.c