aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_null.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2007-06-23 19:45:36 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-10 23:40:35 -0400
commite092bdcd939416ef911090890096fe07d0281a5e (patch)
treefdd6800427d470ea1a22d8b2245100277e38a64d /net/sunrpc/auth_null.c
parentfc432dd90760a629c57026e57f65ff80a1a31d2f (diff)
downloadkernel_samsung_smdk4412-e092bdcd939416ef911090890096fe07d0281a5e.zip
kernel_samsung_smdk4412-e092bdcd939416ef911090890096fe07d0281a5e.tar.gz
kernel_samsung_smdk4412-e092bdcd939416ef911090890096fe07d0281a5e.tar.bz2
SUNRPC: cleanup rpc credential cache garbage collection
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/auth_null.c')
-rw-r--r--net/sunrpc/auth_null.c1
1 files changed, 1 insertions, 0 deletions
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 @@ const struct rpc_credops null_credops = {
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),