aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r--fs/nfs/nfs3proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c
index 4ccb34bf1732..77c7aac228bb 100644
--- a/fs/nfs/nfs3proc.c
+++ b/fs/nfs/nfs3proc.c
@@ -934,6 +934,7 @@ const struct nfs_rpc_ops nfs_v3_clientops = {
934 .close_context = nfs_close_context, 934 .close_context = nfs_close_context,
935 .have_delegation = nfs3_have_delegation, 935 .have_delegation = nfs3_have_delegation,
936 .return_delegation = nfs3_return_delegation, 936 .return_delegation = nfs3_return_delegation,
937 .alloc_client = nfs_alloc_client,
937 .init_client = nfs_init_client, 938 .init_client = nfs_init_client,
938 .free_client = nfs_free_client, 939 .free_client = nfs_free_client,
939}; 940};