diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-06-24 03:45:36 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-11 07:40:35 +0400 |
commit | e092bdcd939416ef911090890096fe07d0281a5e (patch) | |
tree | fdd6800427d470ea1a22d8b2245100277e38a64d /include/linux/sunrpc | |
parent | fc432dd90760a629c57026e57f65ff80a1a31d2f (diff) | |
download | linux-e092bdcd939416ef911090890096fe07d0281a5e.tar.xz |
SUNRPC: cleanup rpc credential cache garbage collection
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index 8586503d5ebd..4e78f0c5f014 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h @@ -34,6 +34,7 @@ struct rpc_auth; struct rpc_credops; struct rpc_cred { struct hlist_node cr_hash; /* hash chain */ + struct list_head cr_lru; /* lru garbage collection */ struct rpc_auth * cr_auth; const struct rpc_credops *cr_ops; #ifdef RPC_DEBUG |