diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
| -rw-r--r-- | fs/nfs/nfs4proc.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index eb4ba1d99df..36c6432aac7 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -6916,6 +6916,8 @@ const struct nfs_rpc_ops nfs_v4_clientops = {  	.alloc_client	= nfs4_alloc_client,  	.init_client	= nfs4_init_client,  	.free_client	= nfs4_free_client, +	.create_server	= nfs4_create_server, +	.clone_server	= nfs_clone_server,  };  static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {  |