aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc/auth_gss.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2007-06-26 19:18:38 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-10 23:40:36 -0400
commit5d28dc82074f1e64b22c9424b161abc1f5d6bcdb (patch)
tree4d45f38dfb681a376478def668db7a9cd4cdeee4 /include/linux/sunrpc/auth_gss.h
parentSUNRPC: Convert the credential garbage collector into a shrinker callback (diff)
downloadwireguard-linux-5d28dc82074f1e64b22c9424b161abc1f5d6bcdb.tar.xz
wireguard-linux-5d28dc82074f1e64b22c9424b161abc1f5d6bcdb.zip
SUNRPC: Convert gss_ctx_lock to an RCU lock
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/auth_gss.h')
-rw-r--r--include/linux/sunrpc/auth_gss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth_gss.h b/include/linux/sunrpc/auth_gss.h
index 0bd1d06777b9..67658e17a375 100644
--- a/include/linux/sunrpc/auth_gss.h
+++ b/include/linux/sunrpc/auth_gss.h
@@ -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;