commit | 0d8a374673c9bc62bc78a2d8fe64553a51542cb4 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Aug 01 20:14:55 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Aug 04 08:55:14 2010 -0400 |
tree | b3e5807bc7dd434465327726fdb2f94829cefc86 | |
parent | c3ae62ae08bb0db3639d8c579e4ff0967d908199 [diff] |
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>