commit | 5d28dc82074f1e64b22c9424b161abc1f5d6bcdb | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jun 26 19:18:38 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:36 2007 -0400 |
tree | 4d45f38dfb681a376478def668db7a9cd4cdeee4 | |
parent | f5c2187cfef628784d8a09b6d0f77888246d0c0f [diff] [blame] |
SUNRPC: Convert gss_ctx_lock to an RCU lock Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/sunrpc/auth_gss.h b/include/linux/sunrpc/auth_gss.h index 0bd1d06..67658e1 100644 --- a/include/linux/sunrpc/auth_gss.h +++ b/include/linux/sunrpc/auth_gss.h
@@ -75,6 +75,7 @@ struct xdr_netobj gc_wire_ctx; u32 gc_win; unsigned long gc_expiry; + struct rcu_head gc_rcu; }; struct gss_upcall_msg;