commit | e092bdcd939416ef911090890096fe07d0281a5e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Jun 23 19:45:36 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:35 2007 -0400 |
tree | fdd6800427d470ea1a22d8b2245100277e38a64d | |
parent | fc432dd90760a629c57026e57f65ff80a1a31d2f [diff] [blame] |
SUNRPC: cleanup rpc credential cache garbage collection Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/net/sunrpc/auth_null.c b/net/sunrpc/auth_null.c index 6c905fb..537d0e8 100644 --- a/net/sunrpc/auth_null.c +++ b/net/sunrpc/auth_null.c
@@ -133,6 +133,7 @@ static struct rpc_cred null_cred = { + .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru), .cr_auth = &null_auth, .cr_ops = &null_credops, .cr_count = ATOMIC_INIT(1),