diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index bc7415baf44d..631182062994 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1439,6 +1439,9 @@ struct nfs_rpc_ops { | |||
1439 | (*init_client) (struct nfs_client *, const struct rpc_timeout *, | 1439 | (*init_client) (struct nfs_client *, const struct rpc_timeout *, |
1440 | const char *, rpc_authflavor_t); | 1440 | const char *, rpc_authflavor_t); |
1441 | void (*free_client) (struct nfs_client *); | 1441 | void (*free_client) (struct nfs_client *); |
1442 | struct nfs_server *(*create_server)(struct nfs_mount_info *, struct nfs_subversion *); | ||
1443 | struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *, | ||
1444 | struct nfs_fattr *, rpc_authflavor_t); | ||
1442 | }; | 1445 | }; |
1443 | 1446 | ||
1444 | /* | 1447 | /* |