SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth
[linux-2.6-block.git] / net / sunrpc / auth_null.c
index 3df9fccab2f8b34c17b7d04208a0c46f3d9d4219..890bd9b3794bfedf47cd779f58dc197439762a0b 100644 (file)
@@ -133,6 +133,7 @@ struct rpc_credops  null_credops = {
 
 static
 struct rpc_cred null_cred = {
+       .cr_auth        = &null_auth,
        .cr_ops         = &null_credops,
        .cr_count       = ATOMIC_INIT(1),
        .cr_flags       = RPCAUTH_CRED_UPTODATE,