NFS: Create an alloc_client rpc_op
[linux-2.6-block.git] / fs / nfs / proc.c
index 53620bf10969b6358a6c99dca75d7403b5603abb..99a002515dfeed60869b82fd533b852c7f7aca0e 100644 (file)
@@ -790,6 +790,7 @@ const struct nfs_rpc_ops nfs_v2_clientops = {
        .close_context  = nfs_close_context,
        .have_delegation = nfs_have_delegation,
        .return_delegation = nfs_return_delegation,
+       .alloc_client   = nfs_alloc_client,
        .init_client    = nfs_init_client,
        .free_client    = nfs_free_client,
 };