SUNRPC: Convert gss_ctx_lock to an RCU lock
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
f5c2187cfe
commit
5d28dc8207
2 changed files with 37 additions and 17 deletions
|
@ -75,6 +75,7 @@ struct gss_cl_ctx {
|
|||
struct xdr_netobj gc_wire_ctx;
|
||||
u32 gc_win;
|
||||
unsigned long gc_expiry;
|
||||
struct rcu_head gc_rcu;
|
||||
};
|
||||
|
||||
struct gss_upcall_msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue