aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs_fs_sb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index b47c0fc55d42..206485e5082f 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -12,6 +12,9 @@
12struct nfs4_session; 12struct nfs4_session;
13struct nfs_iostats; 13struct nfs_iostats;
14struct nlm_host; 14struct nlm_host;
15struct nfs4_sequence_args;
16struct nfs4_sequence_res;
17struct nfs_server;
15 18
16/* 19/*
17 * The nfs_client identifies our client state to the server. 20 * The nfs_client identifies our client state to the server.
@@ -67,6 +70,11 @@ struct nfs_client {
67 */ 70 */
68 char cl_ipaddr[48]; 71 char cl_ipaddr[48];
69 unsigned char cl_id_uniquifier; 72 unsigned char cl_id_uniquifier;
73 int (* cl_call_sync)(struct nfs_server *server,
74 struct rpc_message *msg,
75 struct nfs4_sequence_args *args,
76 struct nfs4_sequence_res *res,
77 int cache_reply);
70#endif /* CONFIG_NFS_V4 */ 78#endif /* CONFIG_NFS_V4 */
71 79
72#ifdef CONFIG_NFS_V4_1 80#ifdef CONFIG_NFS_V4_1