SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
[linux-2.6-block.git] / net / sunrpc / auth_null.c
index 537d0e8589ddb598c9137eb97ccea1a870af04a6..3c26c18df0dec1eca563c6fa8ff34cf7f50e10ad 100644 (file)
@@ -125,6 +125,7 @@ static
 const struct rpc_credops null_credops = {
        .cr_name        = "AUTH_NULL",
        .crdestroy      = nul_destroy_cred,
+       .crbind         = rpcauth_generic_bind_cred,
        .crmatch        = nul_match,
        .crmarshal      = nul_marshal,
        .crrefresh      = nul_refresh,